Skip to content

Commit

Permalink
Merge pull request matplotlib#3246 from dmcdougall/fix-doc-links
Browse files Browse the repository at this point in the history
Fix some hyperlinks in the documentation

Edits only in rst files
  • Loading branch information
tacaswell committed Jul 13, 2014
2 parents 392dd3d + 22d80ce commit ce1531b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/mpl_toolkits/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ toolkit written by Joe Kington to provide interactive "data cursors"

prettyplotlib
=============
`prettyplotlib <olgabot.github.io/prettyplotlib>`_ is an extension
`prettyplotlib <https://olgabot.github.io/prettyplotlib>`_ is an extension
to matplotlib which changes many of the defaults to make plots some
consider more attractive.

Expand All @@ -138,7 +138,7 @@ seaborn
=======
(*Not distributed with matplotlib*)

`seaborn <www.stanford.edu/~mwaskom/software/seaborn/>`_ is a high
`seaborn <http://web.stanford.edu/~mwaskom/software/seaborn>`_ is a high
level interface for drawing statistical graphics with matplotlib. It
aims to make visualization a central part of exploring and
understanding complex datasets.
Expand All @@ -149,5 +149,5 @@ ggplot
======
(*Not distributed with matplotlib*)

`ggplot <https://github.com/yhat/ggplot/>`_ is a port of the R ggplot2
`ggplot <https://github.com/yhat/ggplot>`_ is a port of the R ggplot2
to python based on matplotlib.
2 changes: 1 addition & 1 deletion doc/users/credits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ Eric Firing

Daishi Harada
added support for "Dashed Text". See `dashpointlabel.py
<../examples/pylab_examples/dashpointlabel.py>`_ and
<../examples/pylab_examples/dashpointlabel.html>`_ and
:class:`~matplotlib.text.TextWithDash`.

Nicolas Young
Expand Down

0 comments on commit ce1531b

Please sign in to comment.