Fix broken links now that docs is a collection in site.
This commit is contained in:
parent
2642bd7415
commit
9ccbfa0bae
|
@ -173,5 +173,5 @@ exclude: [vendor]
|
||||||
This entire guide is open-source. Go ahead and [edit it][3] if you have a
|
This entire guide is open-source. Go ahead and [edit it][3] if you have a
|
||||||
fix or [ask for help][4] if you run into trouble and need some help.
|
fix or [ask for help][4] if you run into trouble and need some help.
|
||||||
|
|
||||||
[3]: https://github.com/jekyll/jekyll/edit/master/site/docs/continuous-integration.md
|
[3]: https://github.com/jekyll/jekyll/edit/master/site/_docs/continuous-integration.md
|
||||||
[4]: https://github.com/jekyll/jekyll-help#how-do-i-ask-a-question
|
[4]: https://github.com/jekyll/jekyll-help#how-do-i-ask-a-question
|
||||||
|
|
|
@ -108,7 +108,7 @@ GitHub users have access.
|
||||||
|
|
||||||
If you want to add your plugin to the [list of plugins](/docs/plugins/#available-plugins),
|
If you want to add your plugin to the [list of plugins](/docs/plugins/#available-plugins),
|
||||||
please submit a pull request modifying the [plugins page source
|
please submit a pull request modifying the [plugins page source
|
||||||
file]({{ site.repository }}/blob/master/site/docs/plugins.md) by adding a
|
file]({{ site.repository }}/blob/master/site/_docs/plugins.md) by adding a
|
||||||
link to your plugin under the proper subheading depending upon its type.
|
link to your plugin under the proper subheading depending upon its type.
|
||||||
|
|
||||||
Gotchas
|
Gotchas
|
||||||
|
|
Loading…
Reference in New Issue