From 14555f13eba11570a72a36a8b29508b8481bd3c4 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Fri, 5 May 2017 17:13:01 -0500 Subject: [PATCH] Fix broken link on templates/introduction page --- content/templates/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/introduction.md b/content/templates/introduction.md index 5ebd4faba..c13c14f0f 100644 --- a/content/templates/introduction.md +++ b/content/templates/introduction.md @@ -487,7 +487,7 @@ Go allows you to do more than what's shown here. Using Hugo's [`where` function] [gohtmltemplate]: http://golang.org/pkg/html/template/ "Godocs references for Golang's html templating" [index]: /functions/index/ [math functions]: /functions/math/ -[partials]: /templates/partials-templates/ "Link to the partial templates page inside of the templating section of the Hugo docs" +[partials]: /templates/partials/ "Link to the partial templates page inside of the templating section of the Hugo docs" [relpermalink]: /variables/page/ [safehtml]: /functions/safehtml/ [sitevars]: /variables/site/