From 0e8851c8ba51621244cf1fed53db7ad7075c9d7d Mon Sep 17 00:00:00 2001 From: Timo Rieber Date: Sun, 20 Dec 2015 17:03:53 +0100 Subject: [PATCH] Changed wagtail.readthedocs.org to docs.wagtail.io consistently --- wagtail/project_template/home/templates/home/home_page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wagtail/project_template/home/templates/home/home_page.html b/wagtail/project_template/home/templates/home/home_page.html index 83f13f4a9..cb102a172 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 %}