Skip to content

Commit 3b7468e

Browse files
author
Max Jones
authored
Update link in the readme and setup (#12788)
1 parent 613756b commit 3b7468e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ We are always happy to answer questions! Here are some good places to ask them:
2020
- for general questions about Python typing, try [typing discussions](https://github.com/python/typing/discussions)
2121

2222
If you're just getting started,
23-
[the documentation](https://mypy.readthedocs.io/en/stable/introduction.html)
23+
[the documentation](https://mypy.readthedocs.io/en/stable/index.html)
2424
and [type hints cheat sheet](https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html)
2525
can also help answer questions.
2626

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def run(self):
210210
include_package_data=True,
211211
project_urls={
212212
'News': 'http://mypy-lang.org/news.html',
213-
'Documentation': 'https://mypy.readthedocs.io/en/stable/introduction.html',
213+
'Documentation': 'https://mypy.readthedocs.io/en/stable/index.html',
214214
'Repository': 'https://github.com/python/mypy',
215215
},
216216
)

0 commit comments

Comments
 (0)