Corrected the url for index function link

/functions/index/ directs to _index.md . Replaced it with /functions/index-function/
This commit is contained in:
Manas Marthi
2020-05-03 00:36:23 +01:00
committed by Bjørn Erik Pedersen
parent 736bd59e00
commit 2e701f8f38
+1 -1
View File
@@ -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/