Skip to content

Commit

Permalink
docs: fix color typos (#1878)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmambd authored Oct 8, 2024
1 parent 6d8a16d commit 0f19e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ The validator will produce the [list of features](https://gtfs.org/getting_start
| Accessibility | Text-to-speech | One **tts_stop_name** value in [stops.txt](https://gtfs.org/schedule/reference/#stopstxt) | https://gtfs.org/getting_started/features/accessibility/#text-to-speech |
| Accessibility | Stops Wheelchair Accessibility | One **wheelchair_boarding** value in [stops.txt](https://gtfs.org/documentation/schedule/reference/#stopstxt) | https://gtfs.org/getting_started/features/accessibility/#stops-wheelchair-accessibility |
| Accessibility | Trips Wheelchair Accessibility | One **wheelchair_accessible** value in [trips.txt](https://gtfs.org/documentation/schedule/reference/#tripstxt) | https://gtfs.org/getting_started/features/accessibility/#trips-wheelchair-accessibility |
| Base add-ons | Route Colors | One **color** value <br>OR<br>one text_color value in [routes.txt](https://gtfs.org/schedule/reference/#routestxt) | https://gtfs.org/getting_started/features/base_add-ons/#route-colors |
| Base add-ons | Route Colors | One **route_color** value <br>OR<br>one **route_text_color** value in [routes.txt](https://gtfs.org/schedule/reference/#routestxt) | https://gtfs.org/getting_started/features/base_add-ons/#route-colors |
| Base add-ons | Bike Allowed | One **bikes_allowed** value in [trips.txt](https://gtfs.org/schedule/reference/#tripstxt) | https://gtfs.org/getting_started/features/base_add-ons/#bike-allowed|
| Base add-ons | Translations | One line of data in [translations.txt](https://gtfs.org/schedule/reference/#translationstxt) | https://gtfs.org/getting_started/features/base_add-ons/#translations |
| Base add-ons | Headsigns | One **trip_headsign** in [trips.txt](https://gtfs.org/schedule/reference/#tripstxt)<br>OR<br>one stop_headsign value in [stop_times.txt](https://gtfs.org/schedule/reference/#stop_timestxt) | https://gtfs.org/getting_started/features/base_add-ons/#headsigns |
| Base add-ons | Headsigns | One **trip_headsign** in [trips.txt](https://gtfs.org/schedule/reference/#tripstxt)<br>OR<br>one **stop_headsign** value in [stop_times.txt](https://gtfs.org/schedule/reference/#stop_timestxt) | https://gtfs.org/getting_started/features/base_add-ons/#headsigns |
| Base add-ons | Location types | One **location_type** value in [stops.txt](https://gtfs.org/schedule/reference/#stopstxt) | https://gtfs.org/getting_started/features/base_add-ons/#location-types |
| Base add-ons | Feed Information | One line of data in [feed_info.txt](https://gtfs.org/schedule/reference/#feed_infotxt) | https://gtfs.org/getting_started/features/base_add-ons/#feed-information |
| Base add-ons | Attributions | One line of data in [attributions.txt](https://gtfs.org/schedule/reference/#attributionstxt) | https://gtfs.org/getting_started/features/base_add-ons/#attributions|
Expand Down

0 comments on commit 0f19e74

Please sign in to comment.