Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix some hyperlinks in the documentation #3246

Merged
merged 2 commits into from Jul 13, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/mpl_toolkits/index.rst
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
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