File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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:
2020- for general questions about Python typing, try [ typing discussions] ( https://github.com/python/typing/discussions )
2121
2222If 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 )
2424and [ type hints cheat sheet] ( https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html )
2525can also help answer questions.
2626
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments