mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-19 21:11:04 +03:00
Fix docs base URL
This commit is contained in:
parent
9941556474
commit
5d21e42206
|
@ -17,7 +17,7 @@ if local:
|
||||||
suffix = '.html'
|
suffix = '.html'
|
||||||
index = 'index.html'
|
index = 'index.html'
|
||||||
else:
|
else:
|
||||||
base_url = 'http://tomchristie.github.com/restframeworkdocs'
|
base_url = 'http://tomchristie.github.com/django-rest-framework'
|
||||||
suffix = ''
|
suffix = ''
|
||||||
index = ''
|
index = ''
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user