Skip to content

Commit ab74967

Browse files
[3.13] Update links from typing.readthedocs.io to typing.python.org (GH-130877) (#130883)
Update links from typing.readthedocs.io to typing.python.org (GH-130877) (cherry picked from commit 4f62189) Co-authored-by: Sebastian Rittau <[email protected]>
1 parent aa2c4e4 commit ab74967

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/typing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ provides backports of these new features to older versions of Python.
5353
should broadly apply to most Python type checkers. (Some parts may still
5454
be specific to mypy.)
5555

56-
`"Static Typing with Python" <https://typing.readthedocs.io/en/latest/>`_
56+
`"Static Typing with Python" <https://typing.python.org/en/latest/>`_
5757
Type-checker-agnostic documentation written by the community detailing
5858
type system features, useful typing related tools and typing best
5959
practices.
@@ -64,7 +64,7 @@ Specification for the Python Type System
6464
========================================
6565

6666
The canonical, up-to-date specification of the Python type system can be
67-
found at `"Specification for the Python type system" <https://typing.readthedocs.io/en/latest/spec/index.html>`_.
67+
found at `"Specification for the Python type system" <https://typing.python.org/en/latest/spec/index.html>`_.
6868

6969
.. _type-aliases:
7070

@@ -2814,7 +2814,7 @@ Functions and decorators
28142814

28152815
.. seealso::
28162816
`Unreachable Code and Exhaustiveness Checking
2817-
<https://typing.readthedocs.io/en/latest/guides/unreachable.html>`__ has more
2817+
<https://typing.python.org/en/latest/guides/unreachable.html>`__ has more
28182818
information about exhaustiveness checking with static typing.
28192819

28202820
.. versionadded:: 3.11

0 commit comments

Comments
 (0)