From 3abb2115948c2d6da9122681b07caef61d2f7384 Mon Sep 17 00:00:00 2001 From: Jakub Scholz Date: Thu, 19 Sep 2024 20:01:18 +0200 Subject: [PATCH] Fix mobilitydatabase.org link --- gtfs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtfs/README.md b/gtfs/README.md index 7f4f2f9..ac58c5c 100644 --- a/gtfs/README.md +++ b/gtfs/README.md @@ -9,7 +9,7 @@ associated geographic information. GTFS-RT is a real-time extension to GTFS that allows public transportation agencies to provide real-time updates about their fleet. Over 2000 transit agencies worldwide provide GTFS and GTFS-RT data. -The [Mobility Database](mobilitydatabase.org) provides a comprehensive list of GTFS +The [Mobility Database](https://mobilitydatabase.org/) provides a comprehensive list of GTFS and GTFS-RT feeds from around the world. ## Key Features: @@ -136,4 +136,4 @@ You can specify the CloudEvents mode (either `structured` or `binary`) when send ```bash gtfs feed --cloudevents-mode structured -``` \ No newline at end of file +```