From 98498e2e9995bcc911d606ec1196a6dc0f5ff0c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Ar=C4=B1l=C4=B1k?= Date: Mon, 23 Sep 2019 13:05:31 +0300 Subject: [PATCH] Update old GitHub wiki URL with new one (#7823) Merge pull request 7823 --- docs/pages/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/resources.md b/docs/pages/resources.md index 50f7ea47..02a07995 100644 --- a/docs/pages/resources.md +++ b/docs/pages/resources.md @@ -85,6 +85,6 @@ Use a SaaS service as a backend for functionality on your Jekyll site > "Jekyll is everything that I ever wanted in a blogging engine. Really. It isn't perfect, but what's excellent about it is that if there's something wrong, I know exactly how it works and how to fix it. It runs on the your machine only, and is essentially an added"build" step between you and the browser. I coded this entire site in TextMate using standard HTML5 and CSS3, and then at the end I added just a few little variables to the markup. Presto-chango, my site is built and I am at peace with the world." -- 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. +- 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://github.com/rfelix/jekyll_ext/wiki/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) - [Jekpack](https://github.com/yfxie/jekpack/) an integration of Jekyll and Webpack to make them work together.