Skip to content

Commit 96780f8

Browse files
authored
update live deployments URL
1 parent 6c07921 commit 96780f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

to_geojson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def build_live_deployments_geojson():
5555
"""Convert Live Deployments wiki page to GeoJSON for GitHub to render"""
5656

5757
errors = 0
58-
dep_url = 'https://raw.github.com/wiki/geopython/pycsw/Live-Deployments.md'
58+
dep_url = 'https://raw.githubusercontent.com/wiki/geopython/pycsw/Live-Deployments.md'
5959
geojson = {'type': 'FeatureCollection', 'features': []}
6060

6161
# grab Markdown file of Live Deployments from GitHub

0 commit comments

Comments
 (0)