From 64dc4e7bbdcd25d139d8e6b561dc3aa2ddf8a2e3 Mon Sep 17 00:00:00 2001 From: Santhi S Date: Wed, 4 Apr 2018 21:54:27 -0400 Subject: [PATCH] Fixing the link to Ben Balter's blog post on Jekyll Colletcions CHanged the link to the blog post from https://ben.balter.com/2016/02/20/jekyll-collections/ to https://ben.balter.com/2015/02/20/jekyll-collections/ --- pages/mydoc/mydoc_collections.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/mydoc/mydoc_collections.md b/pages/mydoc/mydoc_collections.md index fbc725b..f1c4089 100644 --- a/pages/mydoc/mydoc_collections.md +++ b/pages/mydoc/mydoc_collections.md @@ -10,7 +10,7 @@ folder: mydoc --- ## What are collections -Collections are custom content types different from pages and posts. You might create a collection if you want to treat a specific set of articles in a unique way, such as with a custom layout or listing. For more detail on collections, see [Ben Balter's explanation of collections here](http://ben.balter.com/2016/02/20/jekyll-collections/). +Collections are custom content types different from pages and posts. You might create a collection if you want to treat a specific set of articles in a unique way, such as with a custom layout or listing. For more detail on collections, see [Ben Balter's explanation of collections here](https://ben.balter.com/2015/02/20/jekyll-collections/). ## Create a collection To create a collection, add the following in your configuration file: