From 104b5a5b339c62a94c1579d7209a41c7c0833e35 Mon Sep 17 00:00:00 2001 From: Brian Ferris Date: Mon, 23 May 2022 09:23:53 -0700 Subject: [PATCH] Update README.md To point to MobilityDat/gtfs-validator --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1fa3818..44cd959b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# transitfeed +> ⚠️ **NOTE:** This project is no longer actively maintained. For up-to-date GTFS validation tools, see the https://github.com/MobilityData/gtfs-validator project. ⚠️ + +## transitfeed Provides a library to help you parse, validate, and generate [General Transit Feed Spec (GTFS)](https://developers.google.com/transit/gtfs/) feed files. See INSTALL for installation instructions.