From e0f2848da6656b5b17d72e40ed234b24b05638e0 Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Sat, 4 Jun 2016 12:26:21 -0400 Subject: [PATCH] Link to the HTML page instead of Markdown --- site/_docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/contributing.md b/site/_docs/contributing.md index 4038df0d..3c28953f 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://jekyllrb.com/docs/plugins/) by adding a link to your plugin under the proper subheading depending upon its type. ## Code Contributions