diff --git a/docs/404.html b/docs/404.html
index 4938da6ea..864247e78 100644
--- a/docs/404.html
+++ b/docs/404.html
@@ -3,17 +3,17 @@
Django REST framework - 404 - Page not found
-
-
+
+
-
-
-
-
+
+
+
+
@@ -176,9 +176,9 @@
-
-
-
+
+
+
diff --git a/docs/topics/2.2-announcement.md b/docs/topics/2.2-announcement.md
index 0f980e1cb..a997c7829 100644
--- a/docs/topics/2.2-announcement.md
+++ b/docs/topics/2.2-announcement.md
@@ -151,7 +151,7 @@ From version 2.2 onwards, serializers with hyperlinked relationships *always* re
[porting-python-3]: https://docs.djangoproject.com/en/dev/topics/python3/
[python-compat]: https://docs.djangoproject.com/en/dev/releases/1.5/#python-compatibility
[django-deprecation-policy]: https://docs.djangoproject.com/en/dev/internals/release-process/#internal-release-deprecation-policy
-[credits]: http://django-rest-framework.org/topics/credits
+[credits]: http://www.django-rest-framework.org/topics/credits
[mailing-list]: https://groups.google.com/forum/?fromgroups#!forum/django-rest-framework
[django-rest-framework-docs]: https://github.com/marcgibbons/django-rest-framework-docs
[marcgibbons]: https://github.com/marcgibbons/
diff --git a/mkdocs.py b/mkdocs.py
index 92679a21e..f973096f3 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 = ''
diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html
index ba45b9bcb..d19d5a2be 100644
--- a/rest_framework/templates/rest_framework/base.html
+++ b/rest_framework/templates/rest_framework/base.html
@@ -33,7 +33,7 @@