Skip to content

Commit 60be65a

Browse files
[3.12] Update links from typing.readthedocs.io to typing.python.org (GH-130877) (#130884)
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 ed015d0 commit 60be65a

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

@@ -2605,7 +2605,7 @@ Functions and decorators
26052605

26062606
.. seealso::
26072607
`Unreachable Code and Exhaustiveness Checking
2608-
<https://typing.readthedocs.io/en/latest/guides/unreachable.html>`__ has more
2608+
<https://typing.python.org/en/latest/guides/unreachable.html>`__ has more
26092609
information about exhaustiveness checking with static typing.
26102610

26112611
.. versionadded:: 3.11

0 commit comments

Comments
 (0)