Skip to content

Commit 1f57725

Browse files
Merge pull request #164 from qwxingzhe/patch-1
Correction of hugo URL error
2 parents 2b0eb0f + fa1a352 commit 1f57725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interface into a bool, etc. Cast does this intelligently when an obvious
1717
conversion is possible. It doesn’t make any attempts to guess what you meant,
1818
for example you can only convert a string to an int when it is a string
1919
representation of an int such as “8”. Cast was developed for use in
20-
[Hugo](http://hugo.spf13.com), a website engine which uses YAML, TOML or JSON
20+
[Hugo](https://gohugo.io), a website engine which uses YAML, TOML or JSON
2121
for meta data.
2222

2323
## Why use Cast?

0 commit comments

Comments
 (0)