summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxwell Aladago <maxwell.aladago@gmail.com>2019-08-04 14:07:01 +0000
committerMaxwell Aladago <maxwell.aladago@gmail.com>2019-08-04 14:07:01 +0000
commitf4ac1cf8827d116c1a602528922910f3b1036015 (patch)
tree62d90a3f64a8a4b1460d7e65ce03d518a0a86857
parente2d6e7c5bc006f52609368dc766bccf694ac48b3 (diff)
downloadnumpy-f4ac1cf8827d116c1a602528922910f3b1036015.tar.gz
fixes links in '/.github/CONTRIBUTING.md'
-rw-r--r--.github/CONTRIBUTING.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index a95ccf044..22113b913 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -16,12 +16,12 @@ Thanks for your interest in contributing code to numpy!
+ If this is your first time contributing to a project on GitHub, please read
through our
-[guide to contributing to numpy](https://docs.scipy.org/doc/numpy/dev/index.html)
+[guide to contributing to numpy](https://numpy.org/devdocs/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/development_workflow.html)
+[development workflow](https://numpy.org/devdocs/dev/development_workflow.html)
Either way, please be sure to follow our
-[convention for commit messages](https://docs.scipy.org/doc/numpy/dev/development_workflow.html#writing-the-commit-message).
+[convention for commit messages](https://numpy.org/devdocs/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``.