aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2014-11-25 16:09:00 +0000
committerTom Christie2014-11-25 16:09:00 +0000
commitc3948af9fa04272bf0979805cb992cfac273149c (patch)
tree3e352ade6d97154ece3bad6092110ca3ae6abc2d
parent330c13296de35d4055c30b5b3642421707565e2b (diff)
downloaddjango-rest-framework-c3948af9fa04272bf0979805cb992cfac273149c.tar.bz2
Update documentation
-rw-r--r--topics/contributing/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/contributing/index.html b/topics/contributing/index.html
index 0445597a..71e61be0 100644
--- a/topics/contributing/index.html
+++ b/topics/contributing/index.html
@@ -529,7 +529,7 @@ pip install -r requirements-test.txt
<p>To build the documentation, install MkDocs with <code>pip install mkdocs</code> and then run the following command.</p>
<pre><code>mkdocs build
</code></pre>
-<p>This will build the html output into the <code>html</code> directory.</p>
+<p>This will build the documentation into the <code>site</code> directory.</p>
<p>You can build the documentation and open a preview in a browser window by using the <code>serve</code> command.</p>
<pre><code>mkdocs serve
</code></pre>