Update mapzen directions credit link

Rather than pointing at a redirect, point at the target of the
redirect. Refs #1388
This commit is contained in:
Andy Allan 2017-03-30 15:18:16 +01:00
parent 503610e603
commit 4afedb07a2

View file

@ -34,7 +34,7 @@ function MapzenEngine(id, costing) {
return {
id: id,
creditline: "<a href='https://mapzen.com/projects/valhalla' target='_blank'>Mapzen</a>",
creditline: "<a href='https://mapzen.com/products/turn-by-turn/' target='_blank'>Mapzen</a>",
draggable: false,
getRoute: function (points, callback) {