Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
smnmsr marked this conversation as resolved.
```

GTFS feeds from other providers and other regions can be used as well but are not officially supported yet.
Expand Down