1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Squashed 'docs/' changes from 1d052b16..44fe0285

44fe0285 Fix links to JSON spec

git-subtree-dir: docs
git-subtree-split: 44fe0285a09f6b21cd00091fb0900b9797e81f72
This commit is contained in:
Bjørn Erik Pedersen
2017-09-10 17:27:23 +02:00
parent 7d63a23b0c
commit 1b4319be62
3 changed files with 3 additions and 3 deletions

View File

@@ -387,7 +387,7 @@ Hugo v0.20 introduced the ability to render your content to multiple output form
[`.Site.Params`]: /variables/site/
[directory structure]: /getting-started/directory-structure
[json]: /documents/ecma-404-json-spec.pdf
[json]: https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf "Specification for JSON, JavaScript Object Notation"
[lookup order]: /templates/lookup-order/
[Output Formats]: /templates/output-formats/
[templates]: /templates/