diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2017-05-22 18:16:26 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-22 18:16:26 -0600 |
commit | ea1fc9eda68b57c1b21d5db65204227faeb98cc3 (patch) | |
tree | 5fcb872e07318ac7c08844ee72e0037575e3bca8 | |
parent | d1ff805c49461f639465192c8c8412fd3abe4c6b (diff) | |
parent | 1a1a211c74e589862f938bd8e1497b5e4f224a8c (diff) | |
download | numpy-ea1fc9eda68b57c1b21d5db65204227faeb98cc3.tar.gz |
Merge pull request #9157 from neuroneuro15/sec_commit
DOC: Fixed broken link to scipy developer zone
-rw-r--r-- | doc/source/about.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/about.rst b/doc/source/about.rst index 67c42c9c1..be1ced13e 100644 --- a/doc/source/about.rst +++ b/doc/source/about.rst @@ -40,7 +40,7 @@ Our main means of communication are: - `Old NumPy Trac <http://projects.scipy.org/numpy>`__ (no longer used) -More information about the development of NumPy can be found at our `Developer Zone <http://scipy.org/Developer_Zone>`__. +More information about the development of NumPy can be found at our `Developer Zone <https://scipy.scipy.org/scipylib/dev-zone.html>`__. If you want to fix issues in this documentation, the easiest way is to participate in `our ongoing documentation marathon |