From 4bff29b1361effc7cc564762e51a16f4c51036d1 Mon Sep 17 00:00:00 2001
From: Birte Kristina Friesel <derf@finalrewind.org>
Date: Mon, 2 Oct 2023 04:46:42 +0200
Subject: [PATCH] efa(1): this is a generic EFA client

---
 bin/efa | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/efa b/bin/efa
index ecdac9c..21bfeba 100755
--- a/bin/efa
+++ b/bin/efa
@@ -560,7 +560,7 @@ entry points which did not return an error.
 =item B<-u>|B<--efa-url> I<url>
 
 URL to the EFA entry point, defaults to
-L<http://efa.vrr.de/vrr/XSLT_TRIP_REQUEST2>.  Depending on your location, some
+L<https://app.vrr.de/vrrstd/XML_TRIP_REQUEST2>.  Depending on your location, some
 I<url>s may contain more specific data than others. See
 Travel::Routing::DE::EFA(3pm) and the B<-l> option for alternatives.
 
@@ -737,9 +737,9 @@ All vehicles must be wheelchair accessible.
     0    Everything went well
     1    Invalid arguments, see error message
     2    Network error, unable to send request
-    3    efa.vrr.de did not return any parsable data
-    4    efa.vrr.de error: ambiguous input
-    5    efa.vrr.de error: no connections found
+    3    EFA did not return any parsable data
+    4    EFA error: ambiguous input
+    5    EFA error: no connections found
     10   Unknown Travel::Routing::DE::EFA error
     255  Other internal error
 
-- 
GitLab