]> git.openstreetmap.org Git - rails.git/commitdiff
Merge pull request #3657 from Mortein/patch-1
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 24 Aug 2022 14:48:57 +0000 (15:48 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Aug 2022 14:48:57 +0000 (15:48 +0100)
Correct name in graphhopper.js

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

index 9a09c1009bea6d8cd19ec787e2a2f5532c77af86..11d600316db8e5ddb978dc6d8011223f947d0c9a 100644 (file)
@@ -14,7 +14,7 @@ function GraphHopperEngine(id, vehicleType) {
 
   return {
     id: id,
-    creditline: "<a href=\"https://www.graphhopper.com/\" target=\"_blank\">Graphhopper</a>",
+    creditline: "<a href=\"https://www.graphhopper.com/\" target=\"_blank\">GraphHopper</a>",
     draggable: false,
 
     getRoute: function (points, callback) {