diff --git a/wagtail/project_template/home/templates/home/home_page.html b/wagtail/project_template/home/templates/home/home_page.html index 83f13f4a97..cb102a172b 100644 --- a/wagtail/project_template/home/templates/home/home_page.html +++ b/wagtail/project_template/home/templates/home/home_page.html @@ -7,5 +7,5 @@
You can access the admin interface here (make sure you have run "./manage.py createsuperuser" in the console first). -
If you haven't already given the documentation a read, head over to http://wagtail.readthedocs.org to start building on Wagtail
+If you haven't already given the documentation a read, head over to http://docs.wagtail.io to start building on Wagtail
{% templatetag openblock %} endblock {% templatetag closeblock %}