Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Fix some README broken links #199

Merged
merged 1 commit into from
Dec 14, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Documentation available within the valhalla-docs repository includes:
- [Terminology](./terminology.md) - Contains commonly used terms and definitions within Valhalla. Also lists the various repositories.
- [Route API Reference](./turn-by-turn/api-reference.md) - The structure of API requests and responses to a Valhalla routing service is described here. This shows the JSON inputs and describes the JSON responses to form routes and directions.
- [Matrix API Reference](./matrix/api-reference.md) - The structure of API requests and responses to a Valhalla time distance matrix service is described here. This shows the JSON inputs and describes the JSON responses to retrieve times and distances between locations.
- [Optimized Route API Reference](./optimized_route/api-reference.md) - The structure of API requests and responses to a Valhalla optimized route service is described here. This shows the JSON inputs and describes the JSON responses to retrieve the route which optimizes the path through the input locations. This is essentially the Traveling Salesman Problem (TSP)
- [Optimized Route API Reference](./optimized/api-reference.md) - The structure of API requests and responses to a Valhalla optimized route service is described here. This shows the JSON inputs and describes the JSON responses to retrieve the route which optimizes the path through the input locations. This is essentially the Traveling Salesman Problem (TSP)
- [Elevation API Reference](./elevation/elevation-service.md) - The structure of API requests and responses to a Valhalla elevation service is described here. This shows the JSON inputs and describes the JSON responses to query elevation at specific locations.
- [Release Notes](./release-notes.md) - Contains information about changes to the API, changes to the data import processing, new features, and general software updates of importance.
- [Add Routing to a Map](./add-routing-to-a-map.md) - A tutorial showing how to add Mapzen Turn-by-Turn (powered by Valhalla) to web based maps using the Leaflet Routing Machine with Mapzen plugins.
Expand All @@ -16,13 +16,13 @@ Documentation available within the valhalla-docs repository includes:

Data source listing and attribution information can be found here:

- [Data sources](../../../mjolnir/blob/master/docs/data_sources.md) - A listing of data sources used within Valhalla routing tiles.
- [Attribution requirements](../../../mjolnir/blob/master/docs/attribution.md).
- [Data sources](../../../valhalla/blob/master/docs/mjolnir/data_sources.md) - A listing of data sources used within Valhalla routing tiles.
- [Attribution requirements](../../../valhalla/blob/master/docs/mjolnir/attribution.md).

Technical descriptions available in other Valhalla repositories includes:

- [Why Tiles?](../../../mjolnir/blob/master/docs/why_tiles.md) - Some of the objectives and reasons for designing a tiled, routing data set are included here.
- [Why Tiles?](../../../valhalla/blob/master/docs/mjolnir/why_tiles.md) - Some of the objectives and reasons for designing a tiled, routing data set are included here.
- [OSM Connectivity Map](../../../mjolnir/blob/master/docs/connectivity.md) - Discusses creation of a "Connectivity Map" of OSM that uses Valhalla routing tiles to provide a first order of approximation of connectivity between locations.
- [Use of Administrative Data in Valhalla](../../../mjolnir/blob/master/docs/admins.md) - Discusses the importance of administrative information to routing and some of the ways that Valhalla uses adminstrative information.
- [Dynamic Costing](../../../sif/blob/master/docs/dynamic-costing.md) - Describes the basics of the dynamic, run-time path costing provided within the sif repository.
- [Elevation Influenced Bicycle Routing](../../../sif/blob/master/docs/elevation_costing.md) - Discusses how elevation is factored into bicycle costing to allow features such as "avoid hills".
- [Use of Administrative Data in Valhalla](../../../valhalla/blob/master/docs/mjolnir/admins.md) - Discusses the importance of administrative information to routing and some of the ways that Valhalla uses adminstrative information.
- [Dynamic Costing](../../../valhalla/blob/master/docs/sif/dynamic-costing.md) - Describes the basics of the dynamic, run-time path costing provided within the sif repository.
- [Elevation Influenced Bicycle Routing](../../../valhalla/blob/master/docs/sif/elevation_costing.md) - Discusses how elevation is factored into bicycle costing to allow features such as "avoid hills".