Skip to content

Commit 405e3bf

Browse files
authored
Fix: Broken link to mapbox docs (#968)
1 parent e3edcc2 commit 405e3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var Draw = new MapboxDraw();
5858

5959
// Map#addControl takes an optional second argument to set the position of the control.
6060
// If no position is specified the control defaults to `top-right`. See the docs
61-
// for more details: https://www.mapbox.com/mapbox-gl-js/api/map#addcontrol
61+
// for more details: https://docs.mapbox.com/mapbox-gl-js/api/#map#addcontrol
6262

6363
map.addControl(Draw, 'top-left');
6464

0 commit comments

Comments
 (0)