From dc82309b964ba65f372d3d0d28a06681568ed63a Mon Sep 17 00:00:00 2001 From: "P.F. Hawkins" Date: Tue, 2 Jun 2020 11:51:47 -0400 Subject: [PATCH] fix link to the 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 abbb41f4c..abce12d9d 100644 --- a/content/en/templates/introduction.md +++ b/content/en/templates/introduction.md @@ -357,7 +357,7 @@ The following two examples are functionally the same: ### Example 2: `index` -The following accesses the page parameter called "disqus_url" and escapes the HTML. This example also uses the [`index` function][index], which is built into Go Templates: +The following accesses the page parameter called "disqus_url" and escapes the HTML. This example also uses the [`index` function][index-function], which is built into Go Templates: ```go-html-template {{ index .Params "disqus_url" | html }}