summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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