From a5b9df728766ce052d13429b36eb51ba237c1ddb Mon Sep 17 00:00:00 2001 From: Jordon Bedwell Date: Fri, 20 Mar 2015 10:14:59 -0500 Subject: [PATCH] Point to the right path for the docs folder. --- CONTRIBUTING.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.markdown b/CONTRIBUTING.markdown index 5816150b..0f5be303 100644 --- a/CONTRIBUTING.markdown +++ b/CONTRIBUTING.markdown @@ -16,7 +16,7 @@ following in mind: would be appreciated, and once merged it will be transferred over to the main `site`, jekyllrb.com. * If your contribution changes any Jekyll behavior, make sure to update the - documentation. It lives in `site/docs`. 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.