Skip to content

Commit 2591b38

Browse files
authored
Swap dead link to one in a new repo we control (fix doctest).
1 parent f73205c commit 2591b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Finally, you can use all of the above methods to read shapefiles directly from t
299299

300300

301301
>>> # from a zipped shapefile on website
302-
>>> sf = shapefile.Reader("https://biogeo.ucdavis.edu/data/diva/rrd/NIC_rrd.zip")
302+
>>> sf = shapefile.Reader("https://github.com/JamesParrott/PyShp_test_shapefile/raw/main/gis_osm_natural_a_free_1.zip")
303303

304304
>>> # from a shapefile collection of files in a github repository
305305
>>> sf = shapefile.Reader("https://github.com/nvkelso/natural-earth-vector/blob/master/110m_cultural/ne_110m_admin_0_tiny_countries.shp?raw=true")

0 commit comments

Comments
 (0)