Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/just_gtfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/unit_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit_tests.cpp b/tests/unit_tests.cpp
index bd678c0..002f76b 100644
--- a/tests/unit_tests.cpp
+++ b/tests/unit_tests.cpp
@@ -155,7 +155,7 @@ TEST_SUITE_END();
TEST_SUITE_BEGIN("Read");
// Credits:
-// https://www.sfmta.com/reports/gtfs-transit-data
+// https://developers.google.com/transit/gtfs/examples/gtfs-feed
TEST_CASE("Empty container before parsing")
{
Feed feed("data/San Francisco Municipal Transportation Agency");