Parcourir la source

Backport PR #12627: Fix failing check links (#12629)

Co-authored-by: Jeremy Tuloup <jeremy.tuloup@gmail.com>
MeeseeksMachine il y a 2 ans
Parent
commit
6f401398f4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/source/user/extensions.rst

+ 1 - 1
docs/source/user/extensions.rst

@@ -430,7 +430,7 @@ You or your administrator can use the following traits to define the listings lo
 For example, to set blocked extensions, launch the server with ``--LabServerApp.blocked_extensions_uris=http://example.com/blocklist.json`` where ``http://example.com/blocklist.json`` is a JSON file as described below.
 
 The details for the listings_request_options are listed
-on `this page <https://2.python-requests.org/en/v2.7.0/api/#requests.request>`__
+on `this page <https://requests.readthedocs.io/en/stable/api/#requests.request>`__
 (for example, you could pass ``{'timeout': 10}`` to change the HTTP request timeout value).
 
 The listings are json files hosted on the URIs you have given.