Skip to content

Commit 4f62189

Browse files
authored
Update links from typing.readthedocs.io to typing.python.org (python#130877)
1 parent 2905690 commit 4f62189

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

@@ -2912,7 +2912,7 @@ Functions and decorators
29122912

29132913
.. seealso::
29142914
`Unreachable Code and Exhaustiveness Checking
2915-
<https://typing.readthedocs.io/en/latest/guides/unreachable.html>`__ has more
2915+
<https://typing.python.org/en/latest/guides/unreachable.html>`__ has more
29162916
information about exhaustiveness checking with static typing.
29172917

29182918
.. versionadded:: 3.11

0 commit comments

Comments
 (0)