From f4a9a2622ceb745b2eb3588dec588bd7bf66e884 Mon Sep 17 00:00:00 2001 From: Anatoliy Yastreb Date: Thu, 21 Jul 2016 19:59:47 +0300 Subject: [PATCH] docs: fix link to plugins page source --- .github/CONTRIBUTING.markdown | 2 +- site/_docs/contributing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.markdown b/.github/CONTRIBUTING.markdown index eec3802f..cdd97d4f 100644 --- a/.github/CONTRIBUTING.markdown +++ b/.github/CONTRIBUTING.markdown @@ -68,7 +68,7 @@ One gotcha, all pull requests should be directed at the `master` branch (the def ### Adding plugins -If you want to add your plugin to the [list of plugins](https://jekyllrb.com/docs/plugins/#available-plugins), please submit a pull request modifying the [plugins page source file](site/_docs/plugins.md) by adding a link to your plugin under the proper subheading depending upon its type. +If you want to add your plugin to the [list of plugins](https://jekyllrb.com/docs/plugins/#available-plugins), please submit a pull request modifying the [plugins page source file](https://github.com/jekyll/jekyll/blob/master/site/_docs/plugins.md) by adding a link to your plugin under the proper subheading depending upon its type. ## Code Contributions diff --git a/site/_docs/contributing.md b/site/_docs/contributing.md index 4038df0d..ff03cb3c 100644 --- a/site/_docs/contributing.md +++ b/site/_docs/contributing.md @@ -73,7 +73,7 @@ One gotcha, all pull requests should be directed at the `master` branch (the def ### Adding plugins -If you want to add your plugin to the [list of plugins](https://jekyllrb.com/docs/plugins/#available-plugins), please submit a pull request modifying the [plugins page source file](site/_docs/plugins.md) by adding a link to your plugin under the proper subheading depending upon its type. +If you want to add your plugin to the [list of plugins](https://jekyllrb.com/docs/plugins/#available-plugins), please submit a pull request modifying the [plugins page source file](https://github.com/jekyll/jekyll/blob/master/site/_docs/plugins.md) by adding a link to your plugin under the proper subheading depending upon its type. ## Code Contributions