Fix links to Ace and Amber pages - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit cdefb5a027ad80c7ee1fdd5e5234066075e160ad
DIR parent de38524cd13d9632de12fb4d5a5e461aee506172
HTML Author: Scott C Wilson <scottcwilson@gmail.com>
Date: Mon, 20 Jul 2015 18:29:36 -0400
Fix links to Ace and Amber pages
Diffstat:
M docs/content/templates/ace.md | 2 +-
M docs/content/templates/amber.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/docs/content/templates/ace.md b/docs/content/templates/ace.md
@@ -14,7 +14,7 @@ title: Ace Templates
weight: 17
---
-In addition to [Go templates](/templates/go-templates) and [Amber](/templates/amber-templates) templates, Hugo supports the powerful Ace templates.
+In addition to [Go templates](/templates/go-templates) and [Amber](/templates/amber) templates, Hugo supports the powerful Ace templates.
For template documentation, follow the links from the [Ace project](https://github.com/yosssi/ace).
DIR diff --git 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) templates.
+Amber templates are another template type which Hugo supports, in addition to [Go templates](/templates/go-templates) and [Ace templates](/templates/ace) templates.
For template documentation, follow the links from the [Amber project](https://github.com/eknkc/amber)