Skip to content

Commit

Permalink
Fix broken link (#2383)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Jul 5, 2024
1 parent 3584175 commit b47bb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-reference/map.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# default (Map)

React component that wraps the base library's `Map` class ([Mapbox](https://docs.mapbox.com/mapbox-gl-js/api/map/) | [Maplibre](https://maplibre.org/maplibre-gl-js-docs/api/map/)). This is also the default export from react-map-gl.
React component that wraps the base library's `Map` class ([Mapbox](https://docs.mapbox.com/mapbox-gl-js/api/map/) | [Maplibre](https://maplibre.org/maplibre-gl-js/docs/API/classes/Map/)). This is also the default export from react-map-gl.

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
Expand Down

0 comments on commit b47bb12

Please sign in to comment.