shithub: hugo

Download patch

ref: 7f1bcd89b2a977f2e7e61124240fb4c14e8fb5bf
parent: 85f4935dec6b974651359ecfdf77f6cb313a7bc6
author: Christopher Eliot <[email protected]>
date: Tue Jul 14 05:36:39 EDT 2015

Fix link to front matter

added leading backslash, changing [front matter](content/front-matter) to [front matter](/content/front-matter)

--- a/docs/content/content/archetypes.md
+++ b/docs/content/content/archetypes.md
@@ -16,7 +16,7 @@
 While this is a welcome feature, active writers need more.
 
 Hugo presents the concept of archetypes, which are archetypal content files
-with pre-configured [front matter](content/front-matter) which will
+with pre-configured [front matter](/content/front-matter) which will
 populate each new content file whenever you run the `hugo new` command.