aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2014-12-15 07:45:55 +0100
committerGuido Günther <agx@sigxcpu.org>2014-12-15 07:45:55 +0100
commit2b681cdff55319e8043c1a83bd1b4212b56d6e80 (patch)
tree2a020908e6211510c5dab36592d47348e3f4483a
parent6cb93c1811e66e51dbed18be6a2a76064b9f0899 (diff)
Update URLs vor BVG
-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"