Skip to content

Commit

Permalink
Update link in the readme and setup (#12788)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones authored May 16, 2022
1 parent 613756b commit 3b7468e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We are always happy to answer questions! Here are some good places to ask them:
- for general questions about Python typing, try [typing discussions](https://github.com/python/typing/discussions)

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def run(self):
include_package_data=True,
project_urls={
'News': 'http://mypy-lang.org/news.html',
'Documentation': 'https://mypy.readthedocs.io/en/stable/introduction.html',
'Documentation': 'https://mypy.readthedocs.io/en/stable/index.html',
'Repository': 'https://github.com/python/mypy',
},
)

0 comments on commit 3b7468e

Please sign in to comment.