Skip to content

Commit

Permalink
DOC: fixed Page url errors on contributing code guides
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwell-aladago committed Aug 4, 2019
1 parent 71c8a10 commit e2d6e7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Thanks for your interest in contributing code to numpy!
through our
[guide to contributing to numpy](https://docs.scipy.org/doc/numpy/dev/index.html)
+ If you have contributed to other projects on GitHub you can go straight to our
[development workflow](https://docs.scipy.org/doc/numpy/dev/gitwash/development_workflow.html)
[development workflow](https://docs.scipy.org/doc/numpy/dev/development_workflow.html)

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

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

0 comments on commit e2d6e7c

Please sign in to comment.