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 -----------------