Skip to content

Commit

Permalink
Fix mypy daemon docs link in README (#14644)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilevkivskyi authored Feb 8, 2023
1 parent 891e035 commit f505614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Yusuke Miyazaki). If you are working with large code bases, you can run mypy in
dmypy run -- PROGRAM

[statically typed parts]: https://mypy.readthedocs.io/en/latest/getting_started.html#function-signatures-and-dynamic-vs-static-typing
[daemon-mode]: https://mypy.readthedocs.io/en/stable/mypy_daemon.html
[daemon mode]: https://mypy.readthedocs.io/en/stable/mypy_daemon.html


Integrations
Expand Down

0 comments on commit f505614

Please sign in to comment.