From fe89a07a9241bbdcf924e92b85237943169a3590 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Mon, 31 May 2021 02:54:17 +0900 Subject: [PATCH] Fix typo in doc/usage/configuration.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: François Freitag --- doc/usage/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage/configuration.rst b/doc/usage/configuration.rst index 2ac06a4d5..e8dc706c8 100644 --- a/doc/usage/configuration.rst +++ b/doc/usage/configuration.rst @@ -2534,7 +2534,7 @@ Options for the linkcheck builder .. code-block:: python - linkcheck_working_redirects = { + linkcheck_allowed_redirects = { # All HTTP redirections from the source URI to the canonical URI will be treated as "working". r'https://sphinx-doc\.org/.*': r'https://sphinx-doc\.org/en/master/.*' }