summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/source/developers.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/developers.rst b/docs/source/developers.rst
index 052692e..f066a49 100644
--- a/docs/source/developers.rst
+++ b/docs/source/developers.rst
@@ -26,7 +26,7 @@ You will need the following packages in order to build the docs:
- docutils
Once all of the tools are installed into a virtualenv using
-pip, run ``make html`` to generate the HTML version of the
+pip, run ``make docs`` to generate the HTML version of the
documentation::
$ make docs
@@ -51,7 +51,7 @@ documentation::
Build finished. The HTML pages are in build/html.
The output version of the documentation ends up in
-``./cliff/docs/build/html`` inside your sandbox.
+``./docs/build/html`` inside your sandbox.
Running Tests
=============