diff options
author | Paul Ivanov <pi@berkeley.edu> | 2013-04-08 17:31:08 -0700 |
---|---|---|
committer | Paul Ivanov <pi@berkeley.edu> | 2013-04-08 17:48:01 -0700 |
commit | 2f7de030d5029ccc8fbdf261c51ce50920ccd032 (patch) | |
tree | 2a92322c266fb14d64055db3dfa6f59a60df9259 | |
parent | 7fe071ceed336b0e118c384c8ae6e469faa50102 (diff) | |
download | numpy-2f7de030d5029ccc8fbdf261c51ce50920ccd032.tar.gz |
DOC: incorporate @charris' suggestions
* Trac no longer used
* Openining "new issue" on GitHub
-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 |