docs: Fix broken link to Content Types
authorAshutosh Gangwar <ashutoshgngwr@gmail.com>
Fri, 16 Dec 2016 10:10:14 +0000 (15:40 +0530)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 16 Dec 2016 10:10:14 +0000 (11:10 +0100)
docs/content/content/archetypes.md

index e495006de3cbb362579205e1f2d08466502a24de..d510456a90a963de52fe3848c3f711037b7c1229 100644 (file)
@@ -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.