From 1d878c6788b6c42b7fbd796a8f756f288d5eafd8 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Tue, 4 Jul 2017 09:56:36 +0100 Subject: [PATCH] Remove a broken link from pages.rst This link now just leads to a blank page with the message "The Django wiki is no longer used for this information." --- docs/topics/pages.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/pages.rst b/docs/topics/pages.rst index e95062731c..090ee196da 100644 --- a/docs/topics/pages.rst +++ b/docs/topics/pages.rst @@ -104,7 +104,7 @@ Each Wagtail page type is a Django model, represented in the database as a separ Each page type can have its own set of fields. For example, a news article may have body text and a published date, whereas an event page may need separate fields for venue and start/finish times. -In Wagtail, you can use any Django field class. Most field classes provided by `third party apps `_ should work as well. +In Wagtail, you can use any Django field class. Most field classes provided bythird party apps should work as well. Wagtail also provides a couple of field classes of its own: