Squashed 'docs/' changes from 1d052b16..44fe0285
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 10 Sep 2017 15:27:23 +0000 (17:27 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 10 Sep 2017 15:27:23 +0000 (17:27 +0200)
44fe0285 Fix links to JSON spec

git-subtree-dir: docs
git-subtree-split: 44fe0285a09f6b21cd00091fb0900b9797e81f72

content/content-management/front-matter.md
content/getting-started/configuration.md
content/templates/data-templates.md

index 22c1eb110b784ef44d7952a9d72fd71f6a9ca63a..664b7f7f01480a90bc885935a88de3422c130ba1 100644 (file)
@@ -184,7 +184,7 @@ It's possible to set some options for Markdown rendering in a content's front ma
 [content type]: /content-management/types/
 [contentorg]: /content-management/organization/
 [definetype]: /content-management/types/#defining-a-content-type "Learn how to specify a type and a layout in a content's front matter"
-[json]: /documents/ecma-404-json-spec.pdf "Specification for JSON, JavaScript Object Notation"
+[json]: https://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf "Specification for JSON, JavaScript Object Notation"
 [lists]: /templates/lists/#ordering-content "See how to order content in list pages; for example, templates that look to specific _index.md for content and front matter."
 [lookup]: /templates/lookup-order/ "Hugo traverses your templates in a specific order when rendering content to allow for DRYer templating."
 [ordering]: /templates/lists/ "Hugo provides multiple ways to sort and order your content in list templates"
index 9f2ed24ef04c2e92b3fe18128a1500e1f34fedd3..87b165a1b5cc12959967c675cd548da1734b1b88 100644 (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/
index e75acec4cfec2bafeef8e4078463ed1a88c96457..5ca8c2877176f33ab4cca79d4d5974f4e642c10f 100644 (file)
@@ -240,7 +240,7 @@ If you change any local file and the LiveReload is triggered, Hugo will read the
 [config]: /getting-started/configuration/
 [csv]: https://tools.ietf.org/html/rfc4180
 [customize]: /themes/customizing/
-[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"
 [LiveReload]: /getting-started/usage/#livereload
 [lookup]: /templates/lookup-order/
 [markdownify]: /functions/markdownify/