@@ -55,7 +55,7 @@ your contributions.
5555
5656We use the usual GitHub pull-request flow, which may be familiar to
5757you if you've contributed to other projects on GitHub. For the mechanics,
58- see [ our git and GitHub workflow help page] ( http ://www. mypy-lang.org /wiki/UsingGitAndGitHub ) ,
58+ see [ our git and GitHub workflow help page] ( https ://github.com/python/ mypy/wiki/Using-Git-And-GitHub ) ,
5959or [ GitHub's own documentation] ( https://help.github.com/articles/using-pull-requests/ ) .
6060
6161Anyone interested in Mypy may review your code. One of the Mypy core
@@ -85,16 +85,16 @@ and why they're correct, and contain tests for whatever changes they
8585make to the code's behavior. As a bonus these are easiest for someone
8686to review, which helps your pull request get merged quickly! Standard
8787advice about good pull requests for open-source projects applies; we
88- have [ our own writeup] ( http ://www. mypy-lang.org /wiki/GoodPullRequest )
88+ have [ our own writeup] ( https ://github.com/python/ mypy/wiki/Good-Pull-Request )
8989of this advice.
9090
91- See also our [ coding conventions] ( http ://www. mypy-lang.org /wiki/CodeConventions ) --
91+ See also our [ coding conventions] ( https ://github.com/python/ mypy/wiki/Code-Conventions ) --
9292which consist mainly of a reference to
9393[ PEP 8] ( https://www.python.org/dev/peps/pep-0008/ ) -- for the code you
9494put in the pull request.
9595
9696You may also find other pages in the
97- [ Mypy developer guide] ( http ://www. mypy-lang.org /wiki/DeveloperGuides )
97+ [ Mypy developer guide] ( https ://github.com/python/ mypy/wiki/Developer-Guides )
9898helpful in developing your change.
9999
100100
0 commit comments