diff options
author | arianitu <arianit@bigvikinggames.com> | 2014-03-03 16:43:04 -0500 |
---|---|---|
committer | arianitu <arianit@bigvikinggames.com> | 2014-03-03 16:43:04 -0500 |
commit | c67c46378659d0f6d488665392faa7f125c2f2fd (patch) | |
tree | 4aeb9e7931a25528f57fe549369482afc4281ad4 /CONTRIBUTING.md | |
parent | ac830998fe4fd62f0cf1903817b4a02c95b75c91 (diff) | |
download | ansible-c67c46378659d0f6d488665392faa7f125c2f2fd.tar.gz |
Update CONTRIBUTING.md
docsite no longer has a subdirectory latest.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91a7339b8a..e980b6eb7d 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 |