Skip to content

Commit

Permalink
Update URLs to typing.python.org
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau committed Mar 5, 2025
1 parent fafcdeb commit fa7a4bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation-issue.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Documentation issue
about: Report a problem or suggest changes for the documentation at https://typing.readthedocs.io/
about: Report a problem or suggest changes for the documentation at https://typing.python.org/
title: ''
labels: 'topic: documentation'
assignees: ''
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Documentation and Support

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

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

This GitHub repository is used for several things:

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

- A [discussion forum](https://github.com/python/typing/discussions) for typing-related user
Expand Down
2 changes: 1 addition & 1 deletion docs/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Reading the docs
=================

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

Building the docs
=================
Expand Down

0 comments on commit fa7a4bf

Please sign in to comment.