From 2e701f8f38b9925b73960fd0af2e6d2d8d6ae312 Mon Sep 17 00:00:00 2001 From: Manas Marthi Date: Sun, 3 May 2020 00:36:23 +0100 Subject: [PATCH] Corrected the url for index function link /functions/index/ directs to _index.md . Replaced it with /functions/index-function/ --- content/en/templates/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/introduction.md b/content/en/templates/introduction.md index fb7d341df..43f88f147 100644 --- a/content/en/templates/introduction.md +++ b/content/en/templates/introduction.md @@ -646,7 +646,7 @@ Go allows you to do more than what's shown here. Using Hugo's [`where` function] [functions]: /functions/ "See the full list of Hugo's templating functions with a quick start reference guide and basic and advanced examples." [Go html/template]: https://golang.org/pkg/html/template/ "Godocs references for Go's html templating" [gohtmltemplate]: https://golang.org/pkg/html/template/ "Godocs references for Go's html templating" -[index]: /functions/index/ +[index]: /functions/index-function/ [math functions]: /functions/math/ [partials]: /templates/partials/ "Link to the partial templates page inside of the templating section of the Hugo docs" [internal_templates]: /templates/internal/