docs: Fix broken link to Content Types - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 71aa797b27401f2bc03f818cc3476c5b3a3ed6b1
DIR parent 6fd4bfcae3674f9dbd6b59937152cbe2f22829e5
HTML Author: Ashutosh Gangwar <ashutoshgngwr@gmail.com>
Date: Fri, 16 Dec 2016 15:40:14 +0530
docs: Fix broken link to Content Types
Diffstat:
M docs/content/content/archetypes.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git 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.