summaryrefslogtreecommitdiff
path: root/lib/Travel/Status/DE/HAFAS/StopFinder.pm
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2023-01-22 18:42:32 +0100
committerDaniel Friesel <derf@finalrewind.org>2023-01-22 18:42:32 +0100
commitce9cc58b4c24d24c2651762a767c3abf1d85ecb0 (patch)
treecf541a701042ad850fc524ea8e529b0c1401ebde /lib/Travel/Status/DE/HAFAS/StopFinder.pm
parent1ee75d67d8087ba65e00d331554b28caa33682f5 (diff)
StopFinder: use HTTPS
Diffstat (limited to 'lib/Travel/Status/DE/HAFAS/StopFinder.pm')
-rw-r--r--lib/Travel/Status/DE/HAFAS/StopFinder.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Travel/Status/DE/HAFAS/StopFinder.pm b/lib/Travel/Status/DE/HAFAS/StopFinder.pm
index bf9258c..93e0639 100644
--- a/lib/Travel/Status/DE/HAFAS/StopFinder.pm
+++ b/lib/Travel/Status/DE/HAFAS/StopFinder.pm
@@ -109,7 +109,7 @@ finder services
use Travel::Status::DE::HAFAS::StopFinder;
my $sf = Travel::Status::DE::HAFAS::StopFinder->new(
- url => 'http://reiseauskunft.bahn.de/bin/ajax-getstop.exe',
+ url => 'https://reiseauskunft.bahn.de/bin/ajax-getstop.exe',
input => 'Borbeck',
);
@@ -129,7 +129,7 @@ version 4.02
Travel::Status::DE::HAFAS::StopFinder is an interface to the stop finder
service of HAFAS based arrival/departure monitors, for instance the one
-available at L<http://reiseauskunft.bahn.de/bin/ajax-getstop.exe/dn>.
+available at L<https://reiseauskunft.bahn.de/bin/ajax-getstop.exe/dn>.
It takes a string (usually a location or station name) and reports all
stations and stops which are lexically similar to it.