summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNguyen Hai <nguyentrihai93@gmail.com>2018-07-02 17:22:03 +0900
committerNguyen Hai <nguyentrihai93@gmail.com>2018-07-06 07:40:52 +0000
commit4409da697f0a563a5e1fde923fadb98322f2ea99 (patch)
tree6ab4b44f69250bd323cb98eb0c5c360d2ce4219b /README.rst
parentec7d60ebd2fc126d28b1cd575aae8612d93fe5c7 (diff)
downloadswift-4409da697f0a563a5e1fde923fadb98322f2ea99.tar.gz
Update doc building instructions in Development Guidelines
Change-Id: Ifd2f468ad745d19ef474ae7503a8bd79d429fc1b
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 77c039cbd..6f47e8e01 100644
--- a/README.rst
+++ b/README.rst
@@ -32,7 +32,7 @@ To build documentation run::
pip install -r requirements.txt -r doc/requirements.txt
sphinx-build -W -b html doc/source doc/build/html
-and then browse to /doc/build/html/index.html. These docs are auto-generated
+and then browse to doc/build/html/index.html. These docs are auto-generated
after every commit and available online at
https://docs.openstack.org/swift/latest/.