Fix docs base URL

This commit is contained in:
Tom Christie 2012-09-01 21:26:03 +01:00
parent 9941556474
commit 5d21e42206

View File

@ -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 = ''