shithub: hugo

Download patch

ref: 341dcc4765f35899702227ec0bdfc4564afa0dde
parent: 9dbb6dc50dd68117a809a86b09dd647c02d49b65
author: digitalcraftsman <[email protected]>
date: Wed Nov 4 19:33:03 EST 2015

Docs: fix broken links

--- a/docs/content/meta/release-notes.md
+++ b/docs/content/meta/release-notes.md
@@ -98,7 +98,7 @@
 [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
--- a/docs/content/taxonomies/ordering.md
+++ b/docs/content/taxonomies/ordering.md
@@ -42,7 +42,7 @@
     </ul>
 
 
-[See Also Taxonomy Lists](/taxonomies/lists/)
+[See Also Taxonomy Lists]({{< relref "templates/list.md" >}})
 
 ## Ordering Content within Taxonomies
 
--- a/docs/content/templates/amber.md
+++ b/docs/content/templates/amber.md
@@ -14,7 +14,7 @@
 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)