aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.py
diff options
context:
space:
mode:
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 92679a21..f973096f 100755
--- a/mkdocs.py
+++ b/mkdocs.py
@@ -18,7 +18,7 @@ if local:
suffix = '.html'
index = 'index.html'
else:
- base_url = 'http://django-rest-framework.org'
+ base_url = 'http://www.django-rest-framework.org'
suffix = ''
index = ''