Fix anchor links in api docs (#5235)
This commit is contained in:
parent
a53da9095a
commit
b1791d1ab3
@ -322,16 +322,14 @@ osrm.route(options, { format: "json_buffer" }, function(err, response) {
|
|||||||
|
|
||||||
## Responses
|
## Responses
|
||||||
|
|
||||||
Responses
|
|
||||||
|
|
||||||
### Route
|
### Route
|
||||||
|
|
||||||
Represents a route through (potentially multiple) waypoints.
|
Represents a route through (potentially multiple) waypoints.
|
||||||
|
|
||||||
**Parameters**
|
**Parameters**
|
||||||
|
|
||||||
- `exteral` **documentation** in
|
- **documentation** in
|
||||||
[`osrm-backend`](../http.md#route)
|
[`osrm-backend`](../http.md#route-object)
|
||||||
|
|
||||||
### RouteLeg
|
### RouteLeg
|
||||||
|
|
||||||
@ -339,8 +337,8 @@ Represents a route between two waypoints.
|
|||||||
|
|
||||||
**Parameters**
|
**Parameters**
|
||||||
|
|
||||||
- `exteral` **documentation** in
|
- **documentation** in
|
||||||
[`osrm-backend`](../http.md#routeleg)
|
[`osrm-backend`](../http.md#routeleg-object)
|
||||||
|
|
||||||
### RouteStep
|
### RouteStep
|
||||||
|
|
||||||
@ -349,15 +347,15 @@ single way to the subsequent step.
|
|||||||
|
|
||||||
**Parameters**
|
**Parameters**
|
||||||
|
|
||||||
- `exteral` **documentation** in
|
- **documentation** in
|
||||||
[`osrm-backend`](https://github.com/Project-OSRM/osrm-backend/blob/master/docs/http.md#routestep)
|
[`osrm-backend`](../http.md#routestep-object)
|
||||||
|
|
||||||
### StepManeuver
|
### StepManeuver
|
||||||
|
|
||||||
**Parameters**
|
**Parameters**
|
||||||
|
|
||||||
- `exteral` **documentation** in
|
- **documentation** in
|
||||||
[`osrm-backend`](https://github.com/Project-OSRM/osrm-backend/blob/master/docs/http.md#stepmaneuver)
|
[`osrm-backend`](../http.md#stepmaneuver-object)
|
||||||
|
|
||||||
### Waypoint
|
### Waypoint
|
||||||
|
|
||||||
@ -365,5 +363,5 @@ Object used to describe waypoint on a route.
|
|||||||
|
|
||||||
**Parameters**
|
**Parameters**
|
||||||
|
|
||||||
- `exteral` **documentation** in
|
- **documentation** in
|
||||||
[`osrm-backend`](https://github.com/Project-OSRM/osrm-backend/blob/master/docs/http.md#waypoint)
|
[`osrm-backend`](../http.md#waypoint-object)
|
||||||
|
Loading…
Reference in New Issue
Block a user