From 0bc93bf0c0536f17d7e5838c90f15fb823c66fa3 Mon Sep 17 00:00:00 2001 From: John Barker Date: Mon, 18 Nov 2013 20:08:55 +0000 Subject: [PATCH] Remove stale references to 'latest' from docsite left over from 0cd09dd --- docsite/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/README.md b/docsite/README.md index b221eea397..34d914bf09 100644 --- a/docsite/README.md +++ b/docsite/README.md @@ -7,7 +7,7 @@ Contributions to the documentation are welcome. To make changes, submit a pull that changes the reStructuredText files in the "rst/" directory only, and Michael can do a docs build and push the static files. If you wish to verify output from the markup such as link references, you may [install Sphinx] and build the documentation by running -`make viewdocs` from the `ansible/docsite/latest` directory. +`make viewdocs` from the `ansible/docsite` directory. If you do not want to learn the reStructuredText format, you can also [file issues] about documentation problems on the Ansible GitHub project.