From c67c46378659d0f6d488665392faa7f125c2f2fd Mon Sep 17 00:00:00 2001 From: arianitu Date: Mon, 3 Mar 2014 16:43:04 -0500 Subject: [PATCH] Update CONTRIBUTING.md docsite no longer has a subdirectory latest. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91a7339b8a5..e980b6eb7da 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ Helping with Documentation Ansible documentation is a community project too! If you would like to help with the documentation, whether correcting a typo or improving a section, or maybe even documenting a new feature, submit a github pull request to the code that -lives in the “docsite/latest/rst” subdirectory of the project. Docs are in restructured text +lives in the “docsite/rst” subdirectory of the project. Docs are in restructured text format. If you aren’t comfortable with restructured text, you can also open a ticket on github about any errors you spot or sections you would like to see added. For more information on creating pull requests, please refer to the