Skip to content

Commit fff8b04

Browse files
authored
Fixed link to Vehicles object
1 parent 1516c82 commit fff8b04

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

provider/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ The `/vehicles` endpoint returns the specified vehicle (if a device_id is provid
187187
**Method:** `GET`
188188
**[Beta feature][beta]:** No (as of 1.2.0)
189189
**Schema:** See [`mds-openapi`](https://github.com/openmobilityfoundation/mds-openapi) repository for schema.
190-
**`data` Payload:** `{ "vehicles": [] }`, an array of [Vehicle](vehicle) objects
190+
**`data` Payload:** `{ "vehicles": [] }`, an array of [Vehicle][vehicles] objects
191191

192192
_Path Parameters:_
193193

@@ -496,7 +496,6 @@ See [Provider examples](examples.md#reports).
496496
[trips-general-info]: /general-information.md#stop-based-geographic-data
497497
[ts]: /general-information.md#timestamps
498498
[vehicles]: /data-types.md#vehicles
499-
[vehicle]: /data-types.md#vehicles
500499
[vehicle-types]: /data-types.md#vehicle-types
501500
[vehicle-status]: /data-types.md#vehicle-status
502501
[vehicle-states]: /modes#vehicle-states

0 commit comments

Comments
 (0)