Skip to content

Commit 34bcaeb

Browse files
authored
Merge pull request #2 from rossbar/master
DOC: Fixed broken links in CONTRIBUTING.md.
2 parents ae60f37 + ad00663 commit 34bcaeb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ Thanks for your interest in contributing code to numpy!
1616

1717
+ If this is your first time contributing to a project on GitHub, please read
1818
through our
19-
[guide to contributing to numpy](https://docs.scipy.org/doc/numpy/dev/index.html)
19+
[guide to contributing to numpy](https://numpy.org/devdocs/dev/index.html)
2020
+ If you have contributed to other projects on GitHub you can go straight to our
21-
[development workflow](https://docs.scipy.org/doc/numpy/dev/gitwash/development_workflow.html)
21+
[development workflow](https://numpy.org/devdocs/dev/development_workflow.html)
2222

2323
Either way, please be sure to follow our
24-
[convention for commit messages](https://docs.scipy.org/doc/numpy/dev/gitwash/development_workflow.html#writing-the-commit-message).
24+
[convention for commit messages](https://numpy.org/devdocs/dev/development_workflow.html#writing-the-commit-message).
2525

2626
If you are writing new C code, please follow the style described in
2727
``doc/C_STYLE_GUIDE``.

0 commit comments

Comments
 (0)