]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/javascripts/index/directions/mapzen.js
Update mapzen directions credit link
[rails.git] / 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) {