From a7cc026e2c1eb5900141744b3283c270ad440c9c Mon Sep 17 00:00:00 2001 From: AJ Acevedo Date: Sat, 5 Jul 2014 14:20:30 -0400 Subject: [PATCH] Fixed broken link to Permalinks page [ci skip] The Permalinks link was generating a 404 error due to the link using a capital P in the link path. --- site/docs/collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/collections.md b/site/docs/collections.md index 91460c96..863347cc 100644 --- a/site/docs/collections.md +++ b/site/docs/collections.md @@ -56,7 +56,7 @@ For example, if you have `_my_collection/some_subdir/some_doc.md`, it will be rendered using Liquid and the Markdown converter of your choice and written out to `/my_collection/some_subdir/some_doc.html`. -As for posts with [Permalinks](../Permalinks/), document URL can be customized by setting a `permalink` metadata to the collection: +As for posts with [Permalinks](../permalinks/), document URL can be customized by setting a `permalink` metadata to the collection: {% highlight yaml %} collections: