Skip to content

Commit fa7a4bf

Browse files
committed
Update URLs to typing.python.org
1 parent fafcdeb commit fa7a4bf

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/documentation-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Documentation issue
3-
about: Report a problem or suggest changes for the documentation at https://typing.readthedocs.io/
3+
about: Report a problem or suggest changes for the documentation at https://typing.python.org/
44
title: ''
55
labels: 'topic: documentation'
66
assignees: ''

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Documentation and Support
44

55
The documentation for Python's static typing can be found at
6-
[typing.readthedocs.io](https://typing.readthedocs.io/). You can get
6+
[typing.python.org](https://typing.python.org/). You can get
77
help in our [support forum](https://github.com/python/typing/discussions).
88

99
Improvements to the type system should be discussed on
@@ -20,10 +20,10 @@ For conversations that are more suitable to a chat platform, you can use one of
2020

2121
This GitHub repository is used for several things:
2222

23-
- The documentation at [typing.readthedocs.io](https://typing.readthedocs.io/)
23+
- The documentation at [typing.python.org](https://typing.python.org/)
2424
is maintained in the [docs directory](./docs). This includes the
25-
[specification](https://typing.readthedocs.io/en/latest/spec/index.html) for the
26-
type system. See especially [the update procedure](https://typing.readthedocs.io/en/latest/spec/meta.html)
25+
[specification](https://typing.python.org/en/latest/spec/index.html) for the
26+
type system. See especially [the update procedure](https://typing.python.org/en/latest/spec/meta.html)
2727
for the spec.
2828

2929
- A [discussion forum](https://github.com/python/typing/discussions) for typing-related user

docs/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Reading the docs
55
=================
66

77
The live documentation for Python's static typing can be found at
8-
`typing.readthedocs.io <https://typing.readthedocs.io/>`_.
8+
`typing.python.org <https://typing.python.org/>`_.
99

1010
Building the docs
1111
=================

0 commit comments

Comments
 (0)