Correction of hugo URL error

Correction of hugo URL error
This commit is contained in:
行者 2022-12-16 09:09:04 +08:00 committed by GitHub
parent 2b0eb0f724
commit fa1a3528d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ interface into a bool, etc. Cast does this intelligently when an obvious
conversion is possible. It doesnt make any attempts to guess what you meant, conversion is possible. It doesnt make any attempts to guess what you meant,
for example you can only convert a string to an int when it is a string 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 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. for meta data.
## Why use Cast? ## Why use Cast?