From ecc2c680d6992bb28fa8aa50cbb0484e4dd6597d Mon Sep 17 00:00:00 2001 From: Noah Veltman Date: Fri, 5 May 2017 05:56:08 -0700 Subject: [PATCH] Fixing quick start link in docs root (#5500) --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index f1b7b737b..fbaffe240 100644 --- a/docs/index.html +++ b/docs/index.html @@ -29,7 +29,7 @@ L.marker([51.5, -0.09]).addTo(map) .bindPopup('A pretty CSS3 popup.<br> Easily customizable.') .openPopup(); -

Learn more with the quick start guide, check out other tutorials, +

Learn more with the quick start guide, check out other tutorials, or head straight to the API documentation. If you have any questions, take a look at the FAQ first.