From c7cc70f2a54afa09fa20e2653fe8004199aba21c Mon Sep 17 00:00:00 2001 From: Per Liedman Date: Thu, 11 May 2017 22:10:10 +0200 Subject: [PATCH] Fix link to reference.html; close #5485 --- docs/examples/custom-icons/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/custom-icons/index.md b/docs/examples/custom-icons/index.md index 4b874c29..cfd581ef 100644 --- a/docs/examples/custom-icons/index.md +++ b/docs/examples/custom-icons/index.md @@ -24,7 +24,7 @@ Note that the white area in the images is actually transparent. ### Creating an icon -Marker icons in Leaflet are defined by [L.Icon](../reference.html#icon) objects, which are passed as an option when creating markers. Let's create a green leaf icon: +Marker icons in Leaflet are defined by [L.Icon](../../reference.html#icon) objects, which are passed as an option when creating markers. Let's create a green leaf icon: var greenIcon = L.icon({ iconUrl: 'leaf-green.png',