Skip to content

Commit

Permalink
Merge pull request #164 from qwxingzhe/patch-1
Browse files Browse the repository at this point in the history
Correction of hugo URL error
  • Loading branch information
sagikazarmark committed Feb 5, 2023
2 parents 2b0eb0f + fa1a352 commit 1f57725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface into a bool, etc. Cast does this intelligently when an obvious
conversion is possible. It doesn’t make any attempts to guess what you meant,
for example you can only convert a string to an int when it is a string
representation of an int such as “8”. Cast was developed for use in
[Hugo](http://hugo.spf13.com), a website engine which uses YAML, TOML or JSON
[Hugo](https://gohugo.io), a website engine which uses YAML, TOML or JSON
for meta data.

## Why use Cast?
Expand Down

0 comments on commit 1f57725

Please sign in to comment.