Skip to content

Commit 47600f6

Browse files
update links (#3)
1 parent bc9317e commit 47600f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Please see `README.md <https://github.com/python/typing/blob/master/typing_extensions/README.md>`_ for the current version of the README file.
1+
Please see `README.md <https://github.com/python/typing_extensions/blob/main/README.md>`_ for the current version of the README file.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ classifiers = [
4242
]
4343

4444
[project.urls]
45-
Home = "https://github.com/python/typing/tree/master/typing_extensions"
46-
Repository = "https://github.com/python/typing"
47-
Changes = "https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG.md"
45+
Home = "https://github.com/python/typing_extensions"
46+
Repository = "https://github.com/python/typing_extensions"
47+
Changes = "https://github.com/python/typing_extensions/blob/main/CHANGELOG.md"
4848
Documentation = "https://typing.readthedocs.io/"
49-
"Bug Tracker" = "https://github.com/python/typing/issues"
49+
"Bug Tracker" = "https://github.com/python/typing_extensions/issues"
5050
"Q & A" = "https://github.com/python/typing/discussions"
5151

5252
# Project metadata -- authors. Flit stores this as a list of dicts, so it can't

0 commit comments

Comments
 (0)