Docs: fix broken links
authordigitalcraftsman <digitalcraftsman@users.noreply.github.com>
Wed, 4 Nov 2015 23:33:03 +0000 (00:33 +0100)
committerspf13 <steve.francia@gmail.com>
Fri, 6 Nov 2015 13:51:40 +0000 (08:51 -0500)
docs/content/meta/release-notes.md
docs/content/taxonomies/ordering.md
docs/content/templates/amber.md

index 577fa16fa4586116eb9eaa9f7fab670db8fbe960..f30d31fd9db3b543d5426675ebebaf7be64c1970 100644 (file)
@@ -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
index f5d013a47a7466ac74082d2638a585e0c2376a4f..c1799864f7afbe8f5ead1239807055d233ac0928 100644 (file)
@@ -42,7 +42,7 @@ Taxonomies can be ordered by either alphabetical key or by the number of content
     </ul>
 
 
-[See Also Taxonomy Lists](/taxonomies/lists/)
+[See Also Taxonomy Lists]({{< relref "templates/list.md" >}})
 
 ## Ordering Content within Taxonomies
 
index b21279217834f9b2ad1cc9f195630de185a13ed3..b94a76b82157ce3f0308249b51d4ddb365545495 100644 (file)
@@ -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)