Skip to content

Commit c632c2d

Browse files
authored
Updated general links
1 parent 7ace696 commit c632c2d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

provider/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ In addition to the standard [Provider payload wrapper](#response-format), respon
335335
**Endpoint:** `/stops/:stop_id`
336336
**Method:** `GET`
337337
**[Beta feature][beta]:** Yes (as of 1.0.0)
338-
**`data` Payload:** `{ "stops": [] }`, an array of [Stops](/general-information.md#stop)
338+
**`data` Payload:** `{ "stops": [] }`, an array of [Stops][stops]
339339

340340
In the case that a `stop_id` query parameter is specified, the `stops` array returned will only have one entry. In the case that no `stop_id` query parameter is specified, all stops will be returned.
341341

@@ -398,7 +398,7 @@ In addition to the standard [Provider payload wrapper](#response-format), respon
398398
[geojson-feature-collection]: https://tools.ietf.org/html/rfc7946#section-3.3
399399
[geojson-point]: https://tools.ietf.org/html/rfc7946#section-3.1.2
400400
[iana]: https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml
401-
[intersection]: #intersection-operation
401+
[intersection]: /general-information.md#intersection-operation
402402
[iso4217]: https://en.wikipedia.org/wiki/ISO_4217#Active_codes
403403
[json-api-pagination]: http://jsonapi.org/format/#fetching-pagination
404404
[json-schema]: https://json-schema.org
@@ -407,8 +407,8 @@ In addition to the standard [Provider payload wrapper](#response-format), respon
407407
[responses]: /general-information.md#responses
408408
[status]: #status-changes
409409
[status-schema]: status_changes.json
410-
[stops]: #stops
411-
[stop-based-geo]: #stop-based-geographic-data
410+
[stops]: /general-information.md#stops
411+
[stop-based-geo]: /general-information.md#stop-based-geographic-data
412412
[st-intersects]: https://postgis.net/docs/ST_Intersects.html
413413
[toc]: #table-of-contents
414414
[trips]: #trips

0 commit comments

Comments
 (0)