Minor doc corrections
authorKartik Singhal <kartiksinghal@gmail.com>
Sat, 25 Oct 2014 13:28:13 +0000 (18:58 +0530)
committerspf13 <steve.francia@gmail.com>
Sun, 2 Nov 2014 03:03:29 +0000 (23:03 -0400)
docs/content/content/archetypes.md

index 68780188a0502c42785425b2a083c2ea8ca895b4..5edb70fdb1851f5356ec5b9406b532e3dd629a63 100644 (file)
@@ -31,13 +31,13 @@ I use ‘tags’ and ‘categories’ for my taxonomies.
 
 ## Using archetypes
 
-If I wanted to create a new post in the `posts` section, I would run the following command:
+If I wanted to create a new post in the `post` section, I would run the following command:
 
-`hugo new posts/my-new-post.md`
+`hugo new post/my-new-post.md`
 
 Hugo would create the file with the following contents:
 
-### contents/posts/my-new-post.md
+### content/post/my-new-post.md
 
     +++
     title = "my new post"