diff options
-rwxr-xr-x | bin/db-iris | 2 | ||||
-rw-r--r-- | lib/Travel/Status/DE/IRIS/Stations.pm | 2 | ||||
-rwxr-xr-x | scripts/acronyms.pl | 2 | ||||
-rwxr-xr-x | scripts/acronyms.sh | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/db-iris b/bin/db-iris index d49b313..50c9f30 100755 --- a/bin/db-iris +++ b/bin/db-iris @@ -755,7 +755,7 @@ Copyright (C) 2013-2016 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt> The station data used by this script is provided by DB Station&Service AG, Europaplatz 1, 10557 Berlin, Germany and also available under a CC-BY 4.0 license on -L<http://data.deutschebahn.com/datasets/haltestellen/>. +L<http://data.deutschebahn.com/dataset/data-haltestellendaten>. =head1 LICENSE diff --git a/lib/Travel/Status/DE/IRIS/Stations.pm b/lib/Travel/Status/DE/IRIS/Stations.pm index 20e0c52..9051cab 100644 --- a/lib/Travel/Status/DE/IRIS/Stations.pm +++ b/lib/Travel/Status/DE/IRIS/Stations.pm @@ -8684,6 +8684,6 @@ Lookup code: Copyright (C) 2014-2016 by Daniel Friesel E<lt>derf@finalrewind.org This module is licensed under the same terms as Perl itself. Note that the station data used by this module is also available under a CC-BY 4.0 license on -L<http://data.deutschebahn.com/datasets/haltestellen/>. +L<http://data.deutschebahn.com/dataset/data-haltestellendaten>. diff --git a/scripts/acronyms.pl b/scripts/acronyms.pl index b9e1fe4..ffc14bd 100755 --- a/scripts/acronyms.pl +++ b/scripts/acronyms.pl @@ -2053,6 +2053,6 @@ Lookup code: Copyright (C) 2014-2016 by Daniel Friesel E<lt>derf@finalrewind.org This module is licensed under the same terms as Perl itself. Note that the station data used by this module is also available under a CC-BY 4.0 license on -L<http://data.deutschebahn.com/datasets/haltestellen/>. +L<http://data.deutschebahn.com/dataset/data-haltestellendaten>. EOF 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 |