diff options
-rw-r--r-- | doc/source/about.rst | 2 | ||||
-rw-r--r-- | doc/source/bugs.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/about.rst b/doc/source/about.rst index a4a3f21d2..9485b5142 100644 --- a/doc/source/about.rst +++ b/doc/source/about.rst @@ -38,7 +38,7 @@ Our main means of communication are: - `Numpy Issues <https://github.com/numpy/numpy/issues>`__ (bug reports go here) -- `Old Numpy Trac <http://projects.scipy.org/numpy>`__ (deprecated) +- `Old Numpy Trac <http://projects.scipy.org/numpy>`__ (no longer used) More information about the development of Numpy can be found at http://scipy.org/Developer_Zone diff --git a/doc/source/bugs.rst b/doc/source/bugs.rst index 85ad62610..b55be4329 100644 --- a/doc/source/bugs.rst +++ b/doc/source/bugs.rst @@ -3,7 +3,7 @@ Reporting bugs ************** File bug reports or feature requests, and make contributions -(e.g. code patches), by submitting a "ticket" on GitHub: +(e.g. code patches), by opening a "new issue" on GitHub: - Numpy Issues: http://github.com/numpy/numpy/issues |