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:
Tim Abbott
2018-12-16 21:13:21 -08:00
parent a3c4ea51f0
commit 3003517430
10 changed files with 9 additions and 9 deletions

View File

@@ -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)