From 80b227133afb8203b2e062748742b1482b75e5ed Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 15 Jun 2026 13:25:58 +0200 Subject: [PATCH] Update GTFS feed link and wget command for 2026 Signed-off-by: Simon --- doc/get-started.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/get-started.mdx b/doc/get-started.mdx index aec6b7d..77028a6 100644 --- a/doc/get-started.mdx +++ b/doc/get-started.mdx @@ -12,10 +12,10 @@ npm i -g minotor ### Data sources -[opentransportdata.swiss](https://opentransportdata.swiss) provides a [GTFS feed for Switzerland](https://data.opentransportdata.swiss/en/dataset/timetable-2025-gtfs2020) that is supported by the library. +[opentransportdata.swiss](https://opentransportdata.swiss) provides a [GTFS feed for Switzerland](https://data.opentransportdata.swiss/en/dataset/timetable-2026-gtfs2020) that is supported by the library. ```bash -wget https://data.opentransportdata.swiss/en/dataset/timetable-2025-gtfs2020/permalink -O gtfs-feed.zip +wget https://data.opentransportdata.swiss/en/dataset/timetable-2026-gtfs2020/permalink -O gtfs-feed.zip ``` GTFS feeds from other providers and other regions can be used as well but are not officially supported yet.