diff options
author | Nicholas Del Grosso <delgrosso.nick@gmail.com> | 2017-05-22 12:59:52 +0200 |
---|---|---|
committer | Nicholas Del Grosso <delgrosso.nick@gmail.com> | 2017-05-22 12:59:52 +0200 |
commit | 1a1a211c74e589862f938bd8e1497b5e4f224a8c (patch) | |
tree | 5fcb872e07318ac7c08844ee72e0037575e3bca8 | |
parent | d1ff805c49461f639465192c8c8412fd3abe4c6b (diff) | |
download | numpy-1a1a211c74e589862f938bd8e1497b5e4f224a8c.tar.gz |
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 |