diff options
| author | Tom Christie | 2014-01-08 15:22:41 +0000 | 
|---|---|---|
| committer | Tom Christie | 2014-01-08 15:22:41 +0000 | 
| commit | 78494401c5c45d16d632bb2fa9629678e47a98bc (patch) | |
| tree | bbb023f9d9a19eef736ba55a2df5cba819fff403 /mkdocs.py | |
| parent | b0ddf21bd09782c0426bb80670c6bf2d0f821255 (diff) | |
| download | django-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-x | mkdocs.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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 = '' | 
