Skip to content

Commit 65817d3

Browse files
committed
bug symfony#5324 5259 improve 'Testing Documentation' in contributing guide (snoek09)
This PR was squashed before being merged into the 2.3 branch (closes symfony#5324). Discussion ---------- 5259 improve 'Testing Documentation' in contributing guide | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | symfony#5259 Commits ------- c6ec1c8 5259 improve 'Testing Documentation' in contributing guide
2 parents 9a95c94 + c6ec1c8 commit 65817d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/documentation/format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ submitting your documentation, follow these steps:
210210

211211
* Install Sphinx_;
212212
* Install the Sphinx extensions using git submodules: ``$ git submodule update --init``;
213-
* Run ``make html`` and view the generated HTML in the ``build/`` directory.
213+
* Run ``make html`` and view the generated HTML in the ``_build/html`` directory.
214214

215215
.. _reStructuredText: http://docutils.sourceforge.net/rst.html
216216
.. _Sphinx: http://sphinx-doc.org/

0 commit comments

Comments
 (0)