Skip to content

Commit 38e3ada

Browse files
bpo-45441: Update some moved URLs in documentation (GH-28861)
(cherry picked from commit b37dc9b) Co-authored-by: 180909 <[email protected]>
1 parent faa87f7 commit 38e3ada

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Doc/library/hashlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ Keyed hashing
496496

497497
Keyed hashing can be used for authentication as a faster and simpler
498498
replacement for `Hash-based message authentication code
499-
<https://en.wikipedia.org/wiki/Hash-based_message_authentication_code>`_ (HMAC).
499+
<https://en.wikipedia.org/wiki/HMAC>`_ (HMAC).
500500
BLAKE2 can be securely used in prefix-MAC mode thanks to the
501501
indifferentiability property inherited from BLAKE.
502502

Doc/library/html.entities.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ This module defines four dictionaries, :data:`html5`,
4444

4545
.. rubric:: Footnotes
4646

47-
.. [#] See https://www.w3.org/TR/html5/syntax.html#named-character-references
47+
.. [#] See https://html.spec.whatwg.org/multipage/syntax.html#named-character-references

Doc/library/http.cookiejar.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The following classes are provided:
122122
:mod:`http.cookiejar` and :mod:`http.cookies` modules do not depend on each
123123
other.
124124

125-
https://curl.haxx.se/rfc/cookie_spec.html
125+
https://curl.se/rfc/cookie_spec.html
126126
The specification of the original Netscape cookie protocol. Though this is
127127
still the dominant protocol, the 'Netscape cookie protocol' implemented by all
128128
the major browsers (and :mod:`http.cookiejar`) only bears a passing resemblance to

Doc/library/json.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
--------------
1313

14-
`JSON (JavaScript Object Notation) <http://json.org>`_, specified by
14+
`JSON (JavaScript Object Notation) <https://json.org>`_, specified by
1515
:rfc:`7159` (which obsoletes :rfc:`4627`) and by
16-
`ECMA-404 <http://www.ecma-international.org/publications/standards/Ecma-404.htm>`_,
16+
`ECMA-404 <https://www.ecma-international.org/publications-and-standards/standards/ecma-404/>`_,
1717
is a lightweight data interchange format inspired by
1818
`JavaScript <https://en.wikipedia.org/wiki/JavaScript>`_ object literal syntax
1919
(although it is not a strict subset of JavaScript [#rfc-errata]_ ).
@@ -544,7 +544,7 @@ Standard Compliance and Interoperability
544544
----------------------------------------
545545

546546
The JSON format is specified by :rfc:`7159` and by
547-
`ECMA-404 <http://www.ecma-international.org/publications/standards/Ecma-404.htm>`_.
547+
`ECMA-404 <https://www.ecma-international.org/publications-and-standards/standards/ecma-404/>`_.
548548
This section details this module's level of compliance with the RFC.
549549
For simplicity, :class:`JSONEncoder` and :class:`JSONDecoder` subclasses, and
550550
parameters other than those explicitly mentioned, are not considered.

0 commit comments

Comments
 (0)