From ee9e5aba388820c1cf1b6646f1080f0d3db6708c Mon Sep 17 00:00:00 2001 From: csobier Date: Mon, 11 Apr 2016 10:21:45 -0400 Subject: [PATCH] updated renamed link --- doc/routing_functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/routing_functions.md b/doc/routing_functions.md index dc6f275..e4e3b76 100644 --- a/doc/routing_functions.md +++ b/doc/routing_functions.md @@ -1,6 +1,6 @@ # Routing Functions -The following functions provide turn-by-turn capabilities to calculate the route from one point to another using different modes, such as a car or bicycle. Currently, only the [Mapzen routing service](http://docs.cartodb.com/cartodb-platform/dataservices-api/quickstart/#using-mapzen-for-geocoding-and-routing) is available. +The following functions provide turn-by-turn capabilities to calculate the route from one point to another using different modes, such as a car or bicycle. Currently, only the [Mapzen routing service](http://docs.cartodb.com/cartodb-platform/dataservices-api/quickstart/#using-mapzen-services) is available. ### cdb_route_point_to_point(_origin geometry(Point), destination geometry(Point), mode text, [options text[], units text]_) @@ -42,4 +42,4 @@ The optional value parameters must be passed using the format: `option=value`. Name | Type | Description | Accepted values --- | --- | --- | --- -`mode_type` | `text` | Type of route calculation | `shortest` (this option only applies to the car transport mode) \ No newline at end of file +`mode_type` | `text` | Type of route calculation | `shortest` (this option only applies to the car transport mode)