From 987f1e1cdfbd21027c6859b15de16c1f1b0be608 Mon Sep 17 00:00:00 2001 From: Franky W Date: Wed, 12 Sep 2018 15:02:24 -0700 Subject: [PATCH] Fix dead links (#601) Links that should point to the hugoDocs pointed to hugo project. When visiting the links, they showed up as 404. --- content/en/templates/files.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/templates/files.md b/content/en/templates/files.md index 6e6f3ec4e..4969a4f33 100644 --- a/content/en/templates/files.md +++ b/content/en/templates/files.md @@ -104,12 +104,12 @@ And here is the result as [called directly in the Hugo docs][] and rendered for {{< readfile file="/content/en/readfiles/testing.txt" markdown="true">}} -[called directly in the Hugo docs]: https://github.com/gohugoio/hugo/blob/master/docs/content/templates/files.md +[called directly in the Hugo docs]: https://github.com/gohugoio/hugoDocs/blob/master/content/en/templates/files.md [dirindex]: https://github.com/gohugoio/hugo/blob/master/docs/layouts/shortcodes/directoryindex.html [osfileinfo]: https://golang.org/pkg/os/#FileInfo [readDir]: /functions/readdir/ [readFile]: /functions/readfile/ [sc]: /content-management/shortcodes/ [sct]: /templates/shortcode-templates/ -[readfilesource]: https://github.com/gohugoio/hugo/blob/master/ -[testfile]: https://github.com/gohugoio/hugo/blob/master/docs/testfile +[readfilesource]: https://github.com/gohugoio/hugoDocs/blob/master/layouts/shortcodes/readfile.html +[testfile]: https://github.com/gohugoio/hugoDocs/blob/master/content/en/readfiles/testing.txt