Skip to content

Commit c4adbca

Browse files
committed
DOC replaced dead links with active ones
closes #6678
1 parent 5203df6 commit c4adbca

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

doc/devel/testing.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ example <https://travis-ci.org/msabramo/matplotlib>`_.
266266
Using tox
267267
---------
268268

269-
`Tox <http://tox.testrun.org/>`_ is a tool for running tests against
269+
`Tox <https://tox.readthedocs.io/en/latest/>`_ is a tool for running
270+
tests against
270271
multiple Python environments, including multiple versions of Python
271272
(e.g., 2.7, 3.4, 3.5) and even different Python implementations
272273
altogether (e.g., CPython, PyPy, Jython, etc.)

doc/resources/index.rst

-4
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@
3737
Videos
3838
=======
3939

40-
* `Getting started with Matplotlib
41-
<http://showmedo.com/videotutorials/video?name=7200090&fromSeriesID=720>`_
42-
by `unpingco <http://showmedo.com/videotutorials/?author=6237>`_
43-
4440
* `Plotting with matplotlib <http://www.youtube.com/watch?v=P7SVi0YTIuE>`_
4541
by Mike Müller
4642

doc/users/colormaps.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,6 @@ References
186186
.. [mycarta-lablinear] http://mycarta.wordpress.com/2012/12/06/the-rainbow-is-deadlong-live-the-rainbow-part-5-cie-lab-linear-l-rainbow/
187187
.. [mycarta-cubelaw] http://mycarta.wordpress.com/2013/02/21/perceptual-rainbow-palette-the-method/
188188
.. [bw] http://www.tannerhelland.com/3643/grayscale-image-algorithm-vb6/
189-
.. [colorblindness] http://aspnetresources.com/tools/colorBlindness
189+
.. [colorblindness] http://www.color-blindness.com/
190190
.. [asp] http://aspnetresources.com/tools/colorBlindness
191191
.. [IBM] http://www.research.ibm.com/people/l/lloydt/color/color.HTM

doc/users/prev_whats_new/whats_new_1.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ figures since the last call. Eric has done a lot of testing on the
6969
user interface toolkits and versions and platforms he has access to,
7070
but it is not possible to test them all, so please report problems to
7171
the `mailing list
72-
<http://mail.python.org/mailman/listinfo/matplotlib users>`__
72+
<http://mail.python.org/mailman/listinfo/matplotlib-users>`__
7373
and `bug tracker
7474
<http://github.com/matplotlib/matplotlib/issues>`__.
7575

0 commit comments

Comments
 (0)