From fa1a3528d1cbf0e9403c053d008eb5f208f935be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=8C=E8=80=85?= Date: Fri, 16 Dec 2022 09:09:04 +0800 Subject: [PATCH] Correction of hugo URL error Correction of hugo URL error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 120a573..4cb671e 100644 --- a/README.md +++ b/README.md @@ -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?