diff --git a/contributing/documentation/format.rst b/contributing/documentation/format.rst index 1c95b1ea457..ce50f4fc974 100644 --- a/contributing/documentation/format.rst +++ b/contributing/documentation/format.rst @@ -210,7 +210,7 @@ submitting your documentation, follow these steps: * Install Sphinx_; * Install the Sphinx extensions using git submodules: ``$ git submodule update --init``; -* Run ``make html`` and view the generated HTML in the ``build/`` directory. +* Run ``make html`` and view the generated HTML in the ``_build/html`` directory. .. _reStructuredText: http://docutils.sourceforge.net/rst.html .. _Sphinx: http://sphinx-doc.org/