From 405e3bf75c47466d75a2819f18f78311ac379f91 Mon Sep 17 00:00:00 2001 From: Alex <13454782+awulkan@users.noreply.github.com> Date: Mon, 9 Mar 2020 18:08:41 +0100 Subject: [PATCH] Fix: Broken link to mapbox docs (#968) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e12be08a..5a52e7f9f 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ var Draw = new MapboxDraw(); // Map#addControl takes an optional second argument to set the position of the control. // If no position is specified the control defaults to `top-right`. See the docs -// for more details: https://www.mapbox.com/mapbox-gl-js/api/map#addcontrol +// for more details: https://docs.mapbox.com/mapbox-gl-js/api/#map#addcontrol map.addControl(Draw, 'top-left');