From: Ashutosh Gangwar Date: Fri, 16 Dec 2016 10:10:14 +0000 (+0530) Subject: docs: Fix broken link to Content Types X-Git-Tag: v0.18~4 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=71aa797b;p=brevno-suite%2Fhugo docs: Fix broken link to Content Types --- diff --git a/docs/content/content/archetypes.md b/docs/content/content/archetypes.md index e495006d..d510456a 100644 --- a/docs/content/content/archetypes.md +++ b/docs/content/content/archetypes.md @@ -126,7 +126,7 @@ Possible values are `"toml"`, `"yaml"` and `"json"`. The following rules apply when creating new content: -* If an archetype with a filename matching the new post's [content type](/content/type) exists, it will be used. +* If an archetype with a filename matching the new post's [content type](/content/types) exists, it will be used. * If no match is found, `archetypes/default.md` will be used. * If neither is present and a theme is in use, then within the theme: * If an archetype with a filename that matches the content type being created, it will be used.