From 7f1bcd89b2a977f2e7e61124240fb4c14e8fb5bf Mon Sep 17 00:00:00 2001 From: Christopher Eliot Date: Tue, 14 Jul 2015 09:36:39 -0400 Subject: [PATCH] Fix link to front matter added leading backslash, changing [front matter](content/front-matter) to [front matter](/content/front-matter) --- docs/content/content/archetypes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/content/archetypes.md b/docs/content/content/archetypes.md index 8461fc798..4b96c1df0 100644 --- a/docs/content/content/archetypes.md +++ b/docs/content/content/archetypes.md @@ -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.