From 85f609c3820613de64791279dc1610cb7fe115d2 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Thu, 11 Jan 2024 13:43:15 -0500 Subject: [PATCH] Update docs --- docs/user/api/v3.rst | 2 -- docs/user/user-defined-redirects.rst | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/user/api/v3.rst b/docs/user/api/v3.rst index 3783b3c5cd5..4c98eb28d98 100644 --- a/docs/user/api/v3.rst +++ b/docs/user/api/v3.rst @@ -1244,8 +1244,6 @@ Redirect create * ``page`` and ``exact`` types require ``from_url`` and ``to_url``. * ``clean_url_to_html`` and ``html_to_clean_url`` types do not require ``from_url`` and ``to_url``. - - Forced redirects are not enabled by default, - you can ask for them to be enabled via support. - Position starts at 0 and is used to order redirects. **Example response**: diff --git a/docs/user/user-defined-redirects.rst b/docs/user/user-defined-redirects.rst index 620c6a45bee..cdb0b371d68 100644 --- a/docs/user/user-defined-redirects.rst +++ b/docs/user/user-defined-redirects.rst @@ -127,9 +127,7 @@ Limitations and observations ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - By default, redirects only apply on pages that don't exist. - **Forced redirects** allow you to apply redirects on existing pages, - but incur a small performance penalty, so aren't enabled by default. - You can ask for them to be enabled via support. + **Forced redirects** allow you to apply redirects on existing pages. - Redirects aren't applied on :doc:`previews of pull requests `. You should treat these domains as ephemeral and not rely on them for user-facing content. - You can redirect to URLs outside Read the Docs,