mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 16:14:50 -04:00
Fix dead links (#601)
Links that should point to the hugoDocs pointed to hugo project. When visiting the links, they showed up as 404.
This commit is contained in:
parent
96287a20a1
commit
987f1e1cdf
@ -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">}}
|
{{< 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
|
[dirindex]: https://github.com/gohugoio/hugo/blob/master/docs/layouts/shortcodes/directoryindex.html
|
||||||
[osfileinfo]: https://golang.org/pkg/os/#FileInfo
|
[osfileinfo]: https://golang.org/pkg/os/#FileInfo
|
||||||
[readDir]: /functions/readdir/
|
[readDir]: /functions/readdir/
|
||||||
[readFile]: /functions/readfile/
|
[readFile]: /functions/readfile/
|
||||||
[sc]: /content-management/shortcodes/
|
[sc]: /content-management/shortcodes/
|
||||||
[sct]: /templates/shortcode-templates/
|
[sct]: /templates/shortcode-templates/
|
||||||
[readfilesource]: https://github.com/gohugoio/hugo/blob/master/
|
[readfilesource]: https://github.com/gohugoio/hugoDocs/blob/master/layouts/shortcodes/readfile.html
|
||||||
[testfile]: https://github.com/gohugoio/hugo/blob/master/docs/testfile
|
[testfile]: https://github.com/gohugoio/hugoDocs/blob/master/content/en/readfiles/testing.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user