From 9f1e1d4b4eb2da9d3d33d3d1b372ec740fb0890d Mon Sep 17 00:00:00 2001 From: Jarrod Birch Date: Sat, 15 Jun 2013 12:21:53 +0100 Subject: [PATCH] Edited the two contributing pages to ensure that they point readers towards site/docs for the docs rather than site/_posts (which doesn't exist) --- CONTRIBUTING.md | 2 +- site/docs/contributing.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e3a5961b..b2b1eb6b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,7 @@ following in mind: would be appreciated, and once merged it will be transferred over to the main wiki. * If your contribution changes any Jekyll behavior, make sure to update the - documentation. It lives in `site/_posts`. If the docs are missing information, + documentation. It lives in `site/docs`. If the docs are missing information, please feel free to add it in. Great docs make a great project! * Please follow the [GitHub Ruby Styleguide](https://github.com/styleguide/ruby) when modifying Ruby code. diff --git a/site/docs/contributing.md b/site/docs/contributing.md index a2bf989c..e7616a7e 100644 --- a/site/docs/contributing.md +++ b/site/docs/contributing.md @@ -19,7 +19,7 @@ following in mind: directory would be appreciated, and once merged it will also appear in the next update of the main site. * If your contribution adds or changes any Jekyll behavior, make sure to update - the documentation. It lives in `site/_posts`. If the docs are missing + the documentation. It lives in `site/docs`. If the docs are missing information, please feel free to add it in. Great docs make a great project! * Please follow the [GitHub Ruby Styleguide](https://github.com/styleguide/ruby) when modifying Ruby code.