aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libplanfahr/providers/de-bvg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libplanfahr/providers/de-bvg.c b/libplanfahr/providers/de-bvg.c
index 0b33834..be9e569 100644
--- a/libplanfahr/providers/de-bvg.c
+++ b/libplanfahr/providers/de-bvg.c
@@ -31,8 +31,8 @@ n */
#include "hafas-bin6.h"
#include "lpf-provider.h"
-#define LOC_URL "http://www.fahrinfo-berlin.de/Fahrinfo/bin/query.bin/d"
-#define TRIPS_URL "http://www.fahrinfo-berlin.de/Fahrinfo/bin/query.bin/d"
+#define LOC_URL "http://fahrinfo.bvg.de/Fahrinfo/bin/query.bin/d"
+#define TRIPS_URL "http://fahrinfo.bvg.de/Fahrinfo/bin/query.bin/d"
#define PROVIDER_NAME "de_bvg"