visgl / react-map-gl

React friendly API wrapper around MapboxGL JS
http://visgl.github.io/react-map-gl/
Other
7.88k stars 1.36k forks source link

[Bug] [docs] Link to MapLibre API docs are broken #2373

Closed jamesscottbrown closed 4 months ago

jamesscottbrown commented 7 months ago

Description

The react-map-gl docs have a number of links to the MaplibreGL JS docs, which are now broken (this GitHub search shows many, but not necessarily all, of them).

For example, this link: https://maplibre.org/maplibre-gl-js-docs/api/markers/

Has moved to: https://maplibre.org/maplibre-gl-js/docs/API/classes/Marker

Expected Behavior

I expect links from the documentation to the MapLibre docs to work.

Steps to Reproduce

  1. Open this page of the docs: https://visgl.github.io/react-map-gl/docs/api-reference/marker

  2. Click on the Maplibre link in

React component that wraps the base library's Marker class (Mapbox | Maplibre)

Environment

N/A

Logs

No response