From eb064b66841a00b9552acf3379cab80480cdbc0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20Bouc=CC=A7as?= Date: Thu, 12 Mar 2015 22:04:17 +0000 Subject: [PATCH] Change Ajax pagination resource link to use HTTPS --- site/_docs/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/resources.md b/site/_docs/resources.md index 692ff58e..996de079 100644 --- a/site/_docs/resources.md +++ b/site/_docs/resources.md @@ -42,5 +42,5 @@ A guide to implementing a tag cloud and per-tag content pages using Jekyll. - A way to [extend Jekyll](https://github.com/rfelix/jekyll_ext) without forking and modifying the Jekyll gem codebase and some [portable Jekyll extensions](https://wiki.github.com/rfelix/jekyll_ext/extensions) that can be reused and shared. - [Using your Rails layouts in Jekyll](http://numbers.brighterplanet.com/2010/08/09/sharing-rails-views-with-jekyll) -- [Adding Ajax pagination to Jekyll](http://eduardoboucas.com/blog/2014/11/10/adding-ajax-pagination-to-jekyll.html) +- [Adding Ajax pagination to Jekyll](https://eduardoboucas.com/blog/2014/11/10/adding-ajax-pagination-to-jekyll.html) - [Using Jekyll’s Data Files to build a dynamic navbar](http://www.jordanthornquest.com/blog/building-dynamic-navbars-with-jekyll/)