Link to the HTML page instead of Markdown

This commit is contained in:
chrisfinazzo 2016-06-04 12:26:21 -04:00
parent 652f1bad0b
commit e0f2848da6
No known key found for this signature in database
GPG Key ID: 1201DC9E114DDFBF
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ One gotcha, all pull requests should be directed at the `master` branch (the def
### Adding plugins ### 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 ## Code Contributions