summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/attribution
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2019-01-15 12:35:48 +0100
committerTobrun <tobrun@mapbox.com>2019-01-15 16:06:12 +0100
commit5977d7b86a2b52fb28b2d082aa7205db93fa06a4 (patch)
treee3e3426c2ecb61d95cc514d1917a6d3748f293e4 /platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/attribution
parent52bc11892c0451f7bb19b788010231eae2f617f2 (diff)
downloadqtlocation-mapboxgl-5977d7b86a2b52fb28b2d082aa7205db93fa06a4.tar.gz
[android] - show snapshot attribution
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/attribution')
-rw-r--r--platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/attribution/Attribution.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/attribution/Attribution.java b/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/attribution/Attribution.java
index b7c6c41773..561ce5bf1a 100644
--- a/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/attribution/Attribution.java
+++ b/platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/attribution/Attribution.java
@@ -8,7 +8,7 @@ public class Attribution {
private static final String OPENSTREETMAP_ABBR = "OSM";
static final String TELEMETRY = "Telemetry Settings";
- static final String IMPROVE_MAP_URL = "https://www.mapbox.com/feedback/";
+ static final String IMPROVE_MAP_URL = "https://www.mapbox.com/map-feedback/";
static final String MAPBOX_URL = "https://www.mapbox.com/about/maps/";
static final String TELEMETRY_URL = "https://www.mapbox.com/telemetry/";