aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorTom Christie2014-11-25 16:08:48 +0000
committerTom Christie2014-11-25 16:08:48 +0000
commitc7701cd75a746a863ddf8c517a4ec9c6272d66ca (patch)
tree7a06ce6acb0da2e82942776a071d11273d694e63 /docs/topics
parent0ba94d7595bf64bdd0707a7246094fdbf32289d4 (diff)
downloaddjango-rest-framework-c7701cd75a746a863ddf8c517a4ec9c6272d66ca.tar.bz2
Tweak
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/contributing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/contributing.md b/docs/topics/contributing.md
index c7991a0f..7654136c 100644
--- a/docs/topics/contributing.md
+++ b/docs/topics/contributing.md
@@ -139,7 +139,7 @@ To build the documentation, install MkDocs with `pip install mkdocs` and then ru
mkdocs build
-This will build the html output into the `html` directory.
+This will build the documentation into the `site` directory.
You can build the documentation and open a preview in a browser window by using the `serve` command.