Skip to content

Commit c7035a1

Browse files
authored
DOC: update Cartopy url (geopandas#3636)
1 parent d92ff77 commit c7035a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,8 @@ def setup(app):
373373
# connect docs in other projects
374374
intersphinx_mapping = {
375375
"cartopy": (
376-
"https://scitools.org.uk/cartopy/docs/latest/",
377-
"https://scitools.org.uk/cartopy/docs/latest/objects.inv",
376+
"https://cartopy.readthedocs.io/stable/",
377+
"https://cartopy.readthedocs.io/stable/objects.inv",
378378
),
379379
"contextily": (
380380
"https://contextily.readthedocs.io/en/stable/",

doc/source/gallery/cartopy_convert.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"\n",
1010
"Converting between GeoPandas and CartoPy for visualizing data.\n",
1111
"\n",
12-
"[CartoPy](http://scitools.org.uk/cartopy/) is a Python library\n",
12+
"[CartoPy](https://cartopy.readthedocs.io/) is a Python library\n",
1313
"that specializes in creating geospatial\n",
1414
"visualizations. It has a slightly different way of representing\n",
1515
"Coordinate Reference Systems (CRS) as well as constructing plots.\n",

0 commit comments

Comments
 (0)