Skip to content

Commit

Permalink
Fix: Broken link to mapbox docs (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
awulkan authored Mar 9, 2020
1 parent e3edcc2 commit 405e3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 405e3bf

Please sign in to comment.