From 5d21e42206938f840cbaeb08829d74644e84fc5d Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Sat, 1 Sep 2012 21:26:03 +0100 Subject: [PATCH] Fix docs base URL --- mkdocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.py b/mkdocs.py index 8a151572f..c435c1411 100755 --- a/mkdocs.py +++ b/mkdocs.py @@ -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 = ''