Skip to content

Commit c3623e2

Browse files
committed
replacing with link references
1 parent c938f39 commit c3623e2

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

general-information.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ All String fields, such as `vehicle_id`, are limited to a maximum of 255 charact
120120
| num_vehicles_disabled | {vehicle_type: number} | Required | How many vehicles are unavailable/reserved per vehicle_type at this stop? |
121121
| managed_by | UUID | Optional | `provider_id` for the provider which manages this stop. null/undefined if city managed. |
122122
| geography_id | UUID | Optional | Pointer to the Geography that represents the Stop geospatially |
123-
| region_id | string | Optional | ID of the region where station is located, see [GBFS Station Information](https://github.com/NABSA/gbfs/blob/master/gbfs.md#station_informationjson) |
123+
| region_id | string | Optional | ID of the region where station is located, see [GBFS Station Information][gbfs-station-info] |
124124
| short_name | String | Optional | Abbreviated stop name |
125125
| address | String | Optional | Postal address (useful for directions) |
126126
| post_code | String | Optional | Postal code (e.g. `10036`) |
127-
| rental_methods | [Enum](https://github.com/NABSA/gbfs/blob/master/gbfs.md#station_informationjson) | Optional | Payment methods accepted at stop, see [GBFS Rental Methods](https://github.com/NABSA/gbfs/blob/master/gbfs.md#station_informationjson) |
127+
| rental_methods | [Enum][gbfs-station-info] | Optional | Payment methods accepted at stop, see [GBFS Rental Methods][gbfs-station-info] |
128128
| cross_street | String | Optional | Cross street of where the station is located. |
129129
| num_spots_available | {vehicle_type: number} | Optional | How many spots are free to be populated with vehicles at this stop? |
130130
| num_spots_disabled | {vehicle_type: number} | Optional | How many docks are disabled and unable to accept vehicles at this stop? |
@@ -135,9 +135,9 @@ All String fields, such as `vehicle_id`, are limited to a maximum of 255 charact
135135

136136
| Field | Type | Required/Optional | Description |
137137
|--------------|---------|-------------------|-----------------------------------------------------------------------------------|
138-
| is_installed | Boolean | Required | See [GBFS](https://github.com/NABSA/gbfs/blob/v2.1-RC/gbfs.md#station_statusjson) |
139-
| is_renting | Boolean | Required | See [GBFS](https://github.com/NABSA/gbfs/blob/v2.1-RC/gbfs.md#station_statusjson) |
140-
| is_returning | Boolean | Required | See [GBFS](https://github.com/NABSA/gbfs/blob/v2.1-RC/gbfs.md#station_statusjson) |
138+
| is_installed | Boolean | Required | See GBFS [station_status.json][gbfs-station-status] |
139+
| is_renting | Boolean | Required | See GBFS [station_status.json][gbfs-station-status] |
140+
| is_returning | Boolean | Required | See GBFS [station_status.json][gbfs-station-status] |
141141

142142
### GBFS Compatibility
143143

@@ -279,6 +279,8 @@ The client can use the returned value verbatim as a version request in the `Acce
279279
[Top][toc]
280280

281281
[agency]: /agency/README.md
282+
[gbfs-station-info]: https://github.com/NABSA/gbfs/blob/master/gbfs.md#station_informationjson
283+
[gbfs-station-status]: https://github.com/NABSA/gbfs/blob/v2.1-RC/gbfs.md#station_statusjson
282284
[policy]: /policy/README.md
283285
[provider]: /provider/README.md
284286
[toc]: #table-of-contents

0 commit comments

Comments
 (0)