diff options
Diffstat (limited to 'scripts/acronyms.sh')
-rwxr-xr-x | scripts/acronyms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/acronyms.sh b/scripts/acronyms.sh index 908f7d8..ee0860a 100755 --- a/scripts/acronyms.sh +++ b/scripts/acronyms.sh @@ -1,5 +1,5 @@ #!/bin/sh -curl -s http://data.deutschebahn.com/datasets/haltestellen/D_Bahnhof_2016_01_alle.csv \ +curl -s http://download-data.deutschebahn.com/static/datasets/haltestellen/D_Bahnhof_2016_01_alle.csv \ | perl scripts/acronyms.pl \ > lib/Travel/Status/DE/IRIS/Stations.pm |