aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.py
diff options
context:
space:
mode:
authorTom Christie2014-01-08 15:22:41 +0000
committerTom Christie2014-01-08 15:22:41 +0000
commit78494401c5c45d16d632bb2fa9629678e47a98bc (patch)
treebbb023f9d9a19eef736ba55a2df5cba819fff403 /mkdocs.py
parentb0ddf21bd09782c0426bb80670c6bf2d0f821255 (diff)
downloaddjango-rest-framework-78494401c5c45d16d632bb2fa9629678e47a98bc.tar.bz2
Use www.django-rest-framework.org for docs instead of django-rest-framework.org due to issues with naked domains
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 = ''