mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
docs: Move mypy documentation from contributing to testing.
The testing section is more appropriate, since it's fundamentally part of our CI system. While we're at it, fix the fact that we were linking to GitHub, not ReadTheDocs, in the run-mypy output.
This commit is contained in:
@@ -91,6 +91,6 @@ else:
|
||||
|
||||
if rc != 0:
|
||||
print("")
|
||||
print("See https://github.com/zulip/zulip/blob/master/docs/contributing/mypy.md for debugging tips.")
|
||||
print("See https://zulip.readthedocs.io/en/latest/testing/mypy.html for debugging tips.")
|
||||
|
||||
sys.exit(rc)
|
||||
|
Reference in New Issue
Block a user