summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-01-12 11:52:25 -0800
committerMinh Nguyễn <mxn@1ec5.org>2017-01-12 12:39:15 -0800
commit0a1987f0915c478e0ec0057e9400c7d711980373 (patch)
treeb7021aca84122cd3f6155cfd9a0c9e75b2d9183e
parent43c6bb0f2436ee7e024082285e7f224e09175f5d (diff)
downloadqtlocation-mapboxgl-0a1987f0915c478e0ec0057e9400c7d711980373.tar.gz
Fixed link in “Working with GeoJSON Data” guide
-rw-r--r--platform/darwin/docs/guides/Working with GeoJSON Data.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/docs/guides/Working with GeoJSON Data.md b/platform/darwin/docs/guides/Working with GeoJSON Data.md
index 2d86b27bb4..57aaa3855d 100644
--- a/platform/darwin/docs/guides/Working with GeoJSON Data.md
+++ b/platform/darwin/docs/guides/Working with GeoJSON Data.md
@@ -21,7 +21,7 @@ be a local file URL, an HTTP URL, or an HTTPS URL.
Once you’ve added the GeoJSON file to the map via an `MGLShapeSource` object,
you can configure the appearance of its data and control what data is visible
using `MGLStyleLayer` objects, you can
-[access the data programmatically](#Extracting GeoJSON data from the map).
+[access the data programmatically](#extracting-geojson-data-from-the-map).
## Converting GeoJSON data into shape objects