From a0bf169fe1ab447214471a1da1a0dbde30d3f6d1 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Sun, 10 Nov 2019 17:22:32 +0000 Subject: [PATCH] Backport PR #15647: Update some links --- doc/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 361e5d979833..ca63f24dbd47 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -159,11 +159,11 @@ extend and build on Matplotlib functionality, including several higher-level plotting interfaces (seaborn_, holoviews_, ggplot_, ...), and two projection and mapping toolkits (basemap_ and cartopy_). -.. _seaborn: https://seaborn.github.io/ +.. _seaborn: https://seaborn.pydata.org .. _holoviews: http://holoviews.org .. _ggplot: http://ggplot.yhathq.com -.. _basemap: http://matplotlib.org/basemap -.. _cartopy: http://scitools.org.uk/cartopy/docs/latest +.. _basemap: https://matplotlib.org/basemap +.. _cartopy: https://scitools.org.uk/cartopy/docs/latest Citing Matplotlib =================