From 341dcc4765f35899702227ec0bdfc4564afa0dde Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Thu, 5 Nov 2015 00:33:03 +0100 Subject: [PATCH] Docs: fix broken links --- docs/content/meta/release-notes.md | 2 +- docs/content/taxonomies/ordering.md | 2 +- docs/content/templates/amber.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md index 577fa16fa..f30d31fd9 100644 --- a/docs/content/meta/release-notes.md +++ b/docs/content/meta/release-notes.md @@ -98,7 +98,7 @@ Hugo also depends on a lot of other great projects. A big thanks to all of our d [blackfriday](https://github.com/russross/blackfriday), [pflag](https://github.com/spf13/pflag), [HugoThemes](https://github.com/spf13/hugothemes), -[BurntSushi](github.com/BurntSushi/toml), +[BurntSushi](https://github.com/BurntSushi/toml), [goYaml](https://github.com/go-yaml/yaml/tree/v2), and the Go standard library. ## New features diff --git a/docs/content/taxonomies/ordering.md b/docs/content/taxonomies/ordering.md index f5d013a47..c1799864f 100644 --- a/docs/content/taxonomies/ordering.md +++ b/docs/content/taxonomies/ordering.md @@ -42,7 +42,7 @@ Taxonomies can be ordered by either alphabetical key or by the number of content -[See Also Taxonomy Lists](/taxonomies/lists/) +[See Also Taxonomy Lists]({{< relref "templates/list.md" >}}) ## Ordering Content within Taxonomies diff --git a/docs/content/templates/amber.md b/docs/content/templates/amber.md index b21279217..b94a76b82 100644 --- a/docs/content/templates/amber.md +++ b/docs/content/templates/amber.md @@ -14,7 +14,7 @@ title: Amber Templates weight: 18 --- -Amber templates are another template type which Hugo supports, in addition to [Go templates](/templates/go-templates) and [Ace templates](/templates/ace) templates. +Amber templates are another template type which Hugo supports, in addition to [Go templates](/templates/go-templates) and [Ace templates]({{< relref "templates/ace.md" >}}) templates. For template documentation, follow the links from the [Amber project](https://github.com/eknkc/amber)