From 053373de2790390ac3be0d56a30cdb21cf67aacb Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer Date: Sat, 2 Mar 2013 13:00:37 +0100 Subject: [PATCH 1/2] Update Readme to link to the Plugins wiki page --- README.textile | 1 + 1 file changed, 1 insertion(+) diff --git a/README.textile b/README.textile index 80ca6220..7dfa4d83 100644 --- a/README.textile +++ b/README.textile @@ -21,6 +21,7 @@ h2. Diving In * Put information on your site with "Template Data":http://wiki.github.com/mojombo/jekyll/template-data * Customize the "Permalinks":http://wiki.github.com/mojombo/jekyll/permalinks your posts are generated with * Use the built-in "Liquid Extensions":http://wiki.github.com/mojombo/jekyll/liquid-extensions to make your life easier +* Use custom "Plugins":https://github.com/mojombo/jekyll/wiki/Plugins to generate content specific to your site h2. Runtime Dependencies From 605332cc05c53848b03c23f1ce5c9d9b183bf0ad Mon Sep 17 00:00:00 2001 From: Marcus Stollsteimer Date: Mon, 11 Mar 2013 20:33:09 +0100 Subject: [PATCH 2/2] Fix link in Readme --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 7dfa4d83..6ce392a8 100644 --- a/README.textile +++ b/README.textile @@ -21,7 +21,7 @@ h2. Diving In * Put information on your site with "Template Data":http://wiki.github.com/mojombo/jekyll/template-data * Customize the "Permalinks":http://wiki.github.com/mojombo/jekyll/permalinks your posts are generated with * Use the built-in "Liquid Extensions":http://wiki.github.com/mojombo/jekyll/liquid-extensions to make your life easier -* Use custom "Plugins":https://github.com/mojombo/jekyll/wiki/Plugins to generate content specific to your site +* Use custom "Plugins":http://wiki.github.com/mojombo/jekyll/Plugins to generate content specific to your site h2. Runtime Dependencies