Skip to content

Commit 5207be5

Browse files
committed
Merge pull request #4084 from s9w/testing-doc
DOC : fix links in testing documentation
2 parents f23a753 + b432c2f commit 5207be5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/devel/testing.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ customizations to the nose testing infrastructure are in
99
:mod:`matplotlib.testing`. (There is other old testing cruft around,
1010
please ignore it while we consolidate our testing to these locations.)
1111

12-
.. _nose: http://somethingaboutorange.com/mrl/projects/nose/
12+
.. _nose: http://nose.readthedocs.org/en/latest/
1313

1414
Requirements
1515
------------
@@ -56,7 +56,7 @@ arguments works from within Python::
5656
import matplotlib
5757
matplotlib.test()
5858

59-
.. _`nosetest arguments`: http://somethingaboutorange.com/mrl/projects/nose/1.0.0/usage.html
59+
.. _`nosetest arguments`: http://nose.readthedocs.org/en/latest/usage.html
6060

6161

6262
Running tests by any means other than `matplotlib.test()`
@@ -199,7 +199,7 @@ project.
199199
Travis CI is already enabled for the `main matplotlib GitHub
200200
repository <https://github.com/matplotlib/matplotlib/>`_ -- for
201201
example, see `its Travis page
202-
<http://travis-ci.org/#!/matplotlib/matplotlib>`_.
202+
<https://travis-ci.org/matplotlib/matplotlib>`_.
203203

204204
If you want to enable Travis CI for your personal matplotlib GitHub
205205
repo, simply enable the repo to use Travis CI in either the Travis CI
@@ -210,8 +210,8 @@ generally isn't necessary, since any pull request submitted against
210210
the main matplotlib repository will be tested.
211211

212212
Once this is configured, you can see the Travis CI results at
213-
http://travis-ci.org/#!/your_GitHub_user_name/matplotlib -- here's `an
214-
example <http://travis-ci.org/#!/msabramo/matplotlib>`_.
213+
http://travis-ci.org/your_GitHub_user_name/matplotlib -- here's `an
214+
example <https://travis-ci.org/msabramo/matplotlib>`_.
215215

216216

217217
Using tox

0 commit comments

Comments
 (0)