From 96965d2a3ae32e2ecfcde5b77c9df1304d663493 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 20 Nov 2019 17:54:43 +0000 Subject: [PATCH] Update link to settings reference doc --- docs/getting_started/integrating_into_django.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/integrating_into_django.rst b/docs/getting_started/integrating_into_django.rst index 5499d4340..4d34688bc 100644 --- a/docs/getting_started/integrating_into_django.rst +++ b/docs/getting_started/integrating_into_django.rst @@ -64,7 +64,7 @@ Add a ``WAGTAIL_SITE_NAME`` - this will be displayed on the main dashboard of th WAGTAIL_SITE_NAME = 'My Example Site' -Various other settings are available to configure Wagtail's behaviour - see :doc:`/advanced_topics/settings`. +Various other settings are available to configure Wagtail's behaviour - see :doc:`/reference/settings`. URL configuration -----------------