Skip to content

Commit 33dbbd2

Browse files
authored
fix: dead link in readme (#12702)
`introduction.rst` has moved into `index.rst` in #12348.
1 parent ce6d243 commit 33dbbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ number = input("What is your favourite number?")
6868
print("It is", number + 1) # error: Unsupported operand types for + ("str" and "int")
6969
```
7070

71-
See [the documentation](https://mypy.readthedocs.io/en/stable/introduction.html) for more examples.
71+
See [the documentation](https://mypy.readthedocs.io/en/stable/index.html) for more examples.
7272

7373
In particular, see:
7474
- [type hints cheat sheet](https://mypy.readthedocs.io/en/stable/cheat_sheet_py3.html)

0 commit comments

Comments
 (0)