File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ We are always happy to answer questions! Here are some good places to ask them:
20
20
- for general questions about Python typing, try [ typing discussions] ( https://github.com/python/typing/discussions )
21
21
22
22
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 )
24
24
and [ type hints cheat sheet] ( https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html )
25
25
can also help answer questions.
26
26
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ def run(self):
210
210
include_package_data = True ,
211
211
project_urls = {
212
212
'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' ,
214
214
'Repository' : 'https://github.com/python/mypy' ,
215
215
},
216
216
)
You can’t perform that action at this time.
0 commit comments