diff options
author | Maxwell Aladago <maxwell.aladago@gmail.com> | 2019-08-04 12:55:09 +0000 |
---|---|---|
committer | Maxwell Aladago <maxwell.aladago@gmail.com> | 2019-08-04 12:55:09 +0000 |
commit | e2d6e7c5bc006f52609368dc766bccf694ac48b3 (patch) | |
tree | 3a035272996f369a61085be4392da910209ec473 /.github | |
parent | 71c8a1030d5a32342edc2e2311cb71dc38a7374e (diff) | |
download | numpy-e2d6e7c5bc006f52609368dc766bccf694ac48b3.tar.gz |
DOC: fixed Page url errors on contributing code guides
Diffstat (limited to '.github')
-rw-r--r-- | .github/CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 01d9a537e..a95ccf044 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -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``. |