From c6f3b9982c0eea4e9875f9a4b4b37de4353bc120 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 2 Mar 2022 11:48:06 +0000 Subject: [PATCH] Fix / remove broken documentation links --- docs/reference/jinja2.rst | 2 +- docs/releases/1.10.rst | 2 -- docs/releases/1.12.rst | 2 +- docs/releases/2.0.rst | 2 +- 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/reference/jinja2.rst b/docs/reference/jinja2.rst index 35d934f9a3d..78a8bb49084 100644 --- a/docs/reference/jinja2.rst +++ b/docs/reference/jinja2.rst @@ -101,7 +101,7 @@ Returns the Site object corresponding to the current request. {{ wagtail_site().site_name }} -See :ref:`wagtile_site` for more information +See :ref:`wagtail_site_tag` for more information ``wagtailuserbar()`` ~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/1.10.rst b/docs/releases/1.10.rst index 408fbc1a89b..077c0e67695 100644 --- a/docs/releases/1.10.rst +++ b/docs/releases/1.10.rst @@ -18,8 +18,6 @@ full-text search functionality. This means that if you use PostgreSQL to manage your database, you can now get a good quality search engine without needing to install Elasticsearch. -To get started, see :ref:`postgres_search`. - This feature was developed at the Arnhem sprint by Bertrand Bordage, Jaap Roes, Arne de Laat and Ramon de Jezus. diff --git a/docs/releases/1.12.rst b/docs/releases/1.12.rst index e12a20a1c5d..d7be72e9274 100644 --- a/docs/releases/1.12.rst +++ b/docs/releases/1.12.rst @@ -74,7 +74,7 @@ The configuration settings ``WAGTAILEMBEDS_EMBED_FINDER`` and ``WAGTAILEMBEDS_EM Registering custom hallo.js plugins directly is deprecated ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The ability to enable / disable ``hallo.js`` plugins by calling ``registerHalloPlugin`` or modifying the ``halloPlugins`` list has been deprecated, and will be removed in Wagtail 1.14. The recommended way of customising the hallo.js editor is now through :ref:`rich text features `. For details of how to define a hallo.js plugin as a rich text feature, see :doc:`../extending/extending_hallo`. +The ability to enable / disable ``hallo.js`` plugins by calling ``registerHalloPlugin`` or modifying the ``halloPlugins`` list has been deprecated, and will be removed in Wagtail 1.14. The recommended way of customising the hallo.js editor is now through :ref:`rich text features `. Custom ``get_admin_display_title`` methods should use ``draft_title`` diff --git a/docs/releases/2.0.rst b/docs/releases/2.0.rst index c0832683ddc..2f0eed10fb8 100644 --- a/docs/releases/2.0.rst +++ b/docs/releases/2.0.rst @@ -267,7 +267,7 @@ legacy versions of the API until everyone has migrated to an officially supporte ``construct_whitelister_element_rules`` hook is deprecated ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The ``construct_whitelister_element_rules`` hook, used to specify additional HTML elements to be permitted in rich text, is deprecated. The recommended way of whitelisting elements is now to use rich text features - see :ref:`whitelisting_rich_text_elements`. For example, a whitelist rule that was previously defined as: +The ``construct_whitelister_element_rules`` hook, used to specify additional HTML elements to be permitted in rich text, is deprecated. The recommended way of whitelisting elements is now to use rich text features. For example, a whitelist rule that was previously defined as: .. code-block:: python