From 30d5b62eedd9cbcf6d1bf89269298a541467f631 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 14 Oct 2015 17:28:49 +0100 Subject: [PATCH] Fix broken link to topics/pages --- docs/getting_started/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/tutorial.rst b/docs/getting_started/tutorial.rst index cf9991199..68b099e17 100644 --- a/docs/getting_started/tutorial.rst +++ b/docs/getting_started/tutorial.rst @@ -72,7 +72,7 @@ Edit ``home/models.py`` as follows, to add a ``body`` field to the model: ``body`` is defined as ``RichTextField``, a special Wagtail field. You can use any of the `Django core fields `__. ``content_panels`` define the -capabilities and the layout of the editing interface. :doc:`More on creating Page models. <../topics/creating_pages>` +capabilities and the layout of the editing interface. :doc:`More on creating Page models. <../topics/pages>` Run ``python manage.py makemigrations``, then ``python manage.py migrate`` to update the database with your model