From f09a77804a15f723002415d8f355ddb644b8c15d Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 19 Oct 2016 10:36:13 -0400 Subject: [PATCH] Fix broken links --- _docs/05-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/05-configuration.md b/_docs/05-configuration.md index f7961194..a1ff448e 100644 --- a/_docs/05-configuration.md +++ b/_docs/05-configuration.md @@ -566,7 +566,7 @@ tag_archive: Which would create category and tag links in the breadcrumbs and page meta like: `/categories/#foo` and `/tags/#foo`. -**Note:** for these links to resolve properly, category and tag index pages need to exist at [`/categories/index.html`](https://github.com/{{ site.repository }}/gh-pages/_pages/category-archive.html) and [`/tags/index.html`](https://github.com/{{ site.repository }}/gh-pages/_pages/tag-archive.html). The necessary Liquid code to build these pages can be taken from the demo site. +**Note:** for these links to resolve properly, category and tag index pages need to exist at [`/categories/index.html`](https://github.com/{{ site.repository }}/blob/gh-pages/_pages/category-archive.html) and [`/tags/index.html`](https://github.com/{{ site.repository }}/blob/gh-pages/_pages/tag-archive.html). The necessary Liquid code to build these pages can be taken from the demo site. {: .notice--warning} If you have the luxury of using Jekyll Plugins then [**jekyll-archives**][jekyll-archives] will make your life much easier as category and tag pages are created for you.