Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 079bce2

Browse files
committed
Fix wiki links broken in migration to github
1 parent 01e05da commit 079bce2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ your contributions.
5555

5656
We use the usual GitHub pull-request flow, which may be familiar to
5757
you 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),
5959
or [GitHub's own documentation](https://help.github.com/articles/using-pull-requests/).
6060

6161
Anyone 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
8585
make to the code's behavior. As a bonus these are easiest for someone
8686
to review, which helps your pull request get merged quickly! Standard
8787
advice 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)
8989
of 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) --
9292
which consist mainly of a reference to
9393
[PEP 8](https://www.python.org/dev/peps/pep-0008/) -- for the code you
9494
put in the pull request.
9595

9696
You 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)
9898
helpful in developing your change.
9999

100100

0 commit comments

Comments
 (0)