mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix typo in doc/usage/configuration.rst
Co-authored-by: François Freitag <mail@franek.fr>
This commit is contained in:
@@ -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/.*'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user