Fix link to front matter
authorChristopher Eliot <eliot001@umn.edu>
Tue, 14 Jul 2015 13:36:39 +0000 (09:36 -0400)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 19 Jul 2015 17:41:20 +0000 (19:41 +0200)
added leading backslash, changing [front matter](content/front-matter) to [front matter](/content/front-matter)

docs/content/content/archetypes.md

index 8461fc798252a025af3209c44375da989d09b1b8..4b96c1df046ffe6f0cc93006ca0c8d8941802b81 100644 (file)
@@ -16,7 +16,7 @@ you can start a content file with the date and title automatically set.
 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.