Skip to content

Commit 25a8740

Browse files
committed
Fix links on data-types page
1 parent a4c2276 commit 25a8740

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

data-types.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ This MDS data types page catalogs the objects (fields, types, requirements, desc
55
## Table of Contents
66

77
- [Vehicles](#vehicles)
8-
- [Vehicle Types](#vehicle-types)
8+
- [Vehicle Types][vehicle-types]
99
- [Propulsion Types](#propulsion-types)
1010
- [Vehicle Status](#vehicle-status)
1111
- [Events](#events)
12-
- [Event Types](#event-times)
12+
- [Event Types](/modes/event_types.md)
1313
- [Telemetry](#telemetry)
1414
- [GPS Data][gps]
1515
- [Stops](#stops)
@@ -251,7 +251,7 @@ A Report is defined by the following structure:
251251
| `duration` | string | Value is always `P1M` for monthly. Based on [ISO 8601 duration](https://en.wikipedia.org/wiki/ISO_8601#Durations) |
252252
| `special_group_type` | [Special Group Type](#special-group-type) | Type that applies to this row |
253253
| `geography_id` | [Geography](/geography) | ID that applies to this row. Includes all IDs in /geography. When there is no /geography then return `null` for this value and return counts based on the entire operating area. |
254-
| `vehicle_type` | [Vehicle Type](/general-information.md#vehicle-types) | Type that applies to this row |
254+
| `vehicle_type` | [Vehicle Type][vehicle-types] | Type that applies to this row |
255255
| `trip_count` | integer | Count of trips taken for this row |
256256
| `rider_count` | integer | Count of unique riders for this row |
257257

@@ -294,18 +294,18 @@ Other special group types may be added in future MDS releases as relevant agency
294294
[Top][toc]
295295

296296
[costs-and-currencies]: /general-information.md#costs-and-currencies
297-
[event-times]: /general-information.md#event-times
297+
[event-times]: #event-times
298298
[gbfs-station-info]: https://github.com/NABSA/gbfs/blob/master/gbfs.md#station_informationjson
299299
[gbfs-station-status]: https://github.com/NABSA/gbfs/blob/master/gbfs.md#station_statusjson
300300
[geography-driven-events]: /general-information.md#geography-driven-events
301301
[gps]: #gps-data
302302
[iso4217]: https://en.wikipedia.org/wiki/ISO_4217#Active_codes
303303
[modes]: /modes/README.md
304-
[propulsion-types]: /general-information.md#propulsion-types
305-
[stop-based-geo]: #stop-based-geographic-data
304+
[propulsion-types]: #propulsion-types
305+
[stop-based-geo]: /general-information.md#stop-based-geographic-data
306306
[stops]: #stops
307307
[toc]: #table-of-contents
308308
[ts]: /general-information.md#timestamps
309-
[vehicle-states]: /modes#vehicle-states
310-
[vehicle-events]: /modes#event-types
311-
[vehicle-types]: /general-information.md#vehicle-types
309+
[vehicle-states]: /general-information.md#vehicle-states
310+
[vehicle-events]: /general-information.md#event-types
311+
[vehicle-types]: #vehicle-types

0 commit comments

Comments
 (0)