summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2023-01-08 13:24:31 +0100
committerDaniel Friesel <derf@finalrewind.org>2023-01-08 13:24:31 +0100
commitd0891186b6e2d5baf7141c2ce0ecdfdc246097b2 (patch)
tree43457e2be11c0609b7e00a04e1988be0ea3d828f
parent3174b64a6e5600ee0dea1e8b0f4b04e33ebf7ae6 (diff)
zugbildungsplan → v1
-rw-r--r--README.md2
-rw-r--r--examples/dbf_update_zugbildungsplan2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ce106b7..b160c3b 100644
--- a/README.md
+++ b/README.md
@@ -127,7 +127,7 @@ see the respective files) licenses. Attribution is appreciated.
Background Data Updates
---
-db-infoscreen can use <https://lib.finalrewind.org/dbdb/db_zugbildung_v0.json>
+db-infoscreen can use <https://lib.finalrewind.org/dbdb/db_zugbildung_v1.json>
to show scheduled ICE/IC types (ICE 1/2/3/4/T, IC 1/2), wagon orders, and other
attributes. It expects the file to be provided in `share/zugbildungsplan.json`.
diff --git a/examples/dbf_update_zugbildungsplan b/examples/dbf_update_zugbildungsplan
index 816495e..1cd82e7 100644
--- a/examples/dbf_update_zugbildungsplan
+++ b/examples/dbf_update_zugbildungsplan
@@ -2,7 +2,7 @@
set -eu
-wget -qO share/zugbildungsplan.json.new https://lib.finalrewind.org/dbdb/db_zugbildung_v0.json
+wget -qO share/zugbildungsplan.json.new https://lib.finalrewind.org/dbdb/db_zugbildung_v1.json
chmod 644 share/zugbildungsplan.json.new