Skip to content

Commit dca7a12

Browse files
authored
Fix URL for direct download in GTFS JSON
Change to https:// to abide by regex checking
1 parent 38bafd7 commit dca7a12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

catalogs/sources/gtfs/schedule/us-california-tulare-county-area-transit-gtfs-646.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
}
2121
},
2222
"urls": {
23-
"direct_download": "https:/data.trilliumtransit.com/gtfs/tcrta-ca-us/tcrta-ca-us.zip",
23+
"direct_download": "https://data.trilliumtransit.com/gtfs/tcrta-ca-us/tcrta-ca-us.zip",
2424
"authentication_type": 0,
2525
"latest": "https://storage.googleapis.com/storage/v1/b/mdb-latest/o/us-california-tulare-county-area-transit-gtfs-646.zip?alt=media"
2626
},
2727
"redirect": []
28-
}
28+
}

0 commit comments

Comments
 (0)