aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.py
diff options
context:
space:
mode:
authorTom Christie2012-09-01 21:26:03 +0100
committerTom Christie2012-09-01 21:26:03 +0100
commit5d21e42206938f840cbaeb08829d74644e84fc5d (patch)
tree079ca7c5c479e5a47b1fc0d54cc86e58008c0c80 /mkdocs.py
parent99415564741ca849c0771a3cdd3c18a72b74a373 (diff)
downloaddjango-rest-framework-5d21e42206938f840cbaeb08829d74644e84fc5d.tar.bz2
Fix docs base URL
Diffstat (limited to 'mkdocs.py')
-rwxr-xr-xmkdocs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdocs.py b/mkdocs.py
index 8a151572..c435c141 100755
--- a/mkdocs.py
+++ b/mkdocs.py
@@ -17,7 +17,7 @@ if local:
suffix = '.html'
index = 'index.html'
else:
- base_url = 'http://tomchristie.github.com/restframeworkdocs'
+ base_url = 'http://tomchristie.github.com/django-rest-framework'
suffix = ''
index = ''