@@ -9,7 +9,7 @@ customizations to the nose testing infrastructure are in
99:mod: `matplotlib.testing `. (There is other old testing cruft around,
1010please 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
1414Requirements
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
6262Running tests by any means other than `matplotlib.test() `
@@ -199,7 +199,7 @@ project.
199199Travis CI is already enabled for the `main matplotlib GitHub 
200200repository <https://github.com/matplotlib/matplotlib/> `_ -- for
201201example, see `its Travis page 
202- <http ://travis-ci.org/#! /matplotlib/matplotlib> `_.
202+ <https ://travis-ci.org/matplotlib/matplotlib> `_.
203203
204204If you want to enable Travis CI for your personal matplotlib GitHub
205205repo, 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
210210the main matplotlib repository will be tested.
211211
212212Once 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
217217Using tox
0 commit comments