summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-09-10 17:27:23 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-09-10 17:27:23 +0200
commit58245a29dfe8eac504b640461ea4040e831c10e1 (patch)
tree5792de59b448f9276221a9ad149a721519d7d97d /docs
parentd2249c50991ba7b00b092aca6e315ca1a4de75a1 (diff)
parent1b4319be62ba071f79e90ef32dbe92eb893429f7 (diff)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/content-management/front-matter.md2
-rw-r--r--docs/content/getting-started/configuration.md2
-rw-r--r--docs/content/templates/data-templates.md2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/content-management/front-matter.md b/docs/content/content-management/front-matter.md
index 22c1eb110..664b7f7f0 100644
--- a/docs/content/content-management/front-matter.md
+++ b/docs/content/content-management/front-matter.md
@@ -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"
diff --git a/docs/content/getting-started/configuration.md b/docs/content/getting-started/configuration.md
index 9f2ed24ef..87b165a1b 100644
--- a/docs/content/getting-started/configuration.md
+++ b/docs/content/getting-started/configuration.md
@@ -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/
diff --git a/docs/content/templates/data-templates.md b/docs/content/templates/data-templates.md
index e75acec4c..5ca8c2877 100644
--- a/docs/content/templates/data-templates.md
+++ b/docs/content/templates/data-templates.md
@@ -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/