Skip to content

Commit

Permalink
DOC fix the path of html files in contributing.md (scikit-learn#10688)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcthomas authored and jnothman committed Feb 25, 2018
1 parent 26ecc42 commit 651d4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ You can edit the documentation using any text editor and then generate
the HTML output by typing ``make html`` from the doc/ directory.
Alternatively, ``make`` can be used to quickly generate the
documentation without the example gallery. The resulting HTML files will
be placed in ``_build/html/`` and are viewable in a web browser. See the
be placed in ``_build/html/stable`` and are viewable in a web browser. See the
``README`` file in the ``doc/`` directory for more information.

For building the documentation, you will need
Expand Down

0 comments on commit 651d4af

Please sign in to comment.