]> git.openstreetmap.org Git - rails.git/commitdiff
Update mapzen directions credit link
authorAndy Allan <git@gravitystorm.co.uk>
Thu, 30 Mar 2017 14:18:16 +0000 (15:18 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Thu, 30 Mar 2017 14:18:16 +0000 (15:18 +0100)
Rather than pointing at a redirect, point at the target of the
redirect. Refs #1388

app/assets/javascripts/index/directions/mapzen.js

index 263938860a04ec004403be4610da44a890e1f5b3..981fc380746710525809eafa57c493e28de43fef 100644 (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) {