diff --git a/build/jsdocs/maplibregl/docs.json b/build/jsdocs/maplibregl/docs.json index 99f15a573..b719ba706 100644 --- a/build/jsdocs/maplibregl/docs.json +++ b/build/jsdocs/maplibregl/docs.json @@ -8,7 +8,7 @@ "disqus": "", "tags": { "allowUnknownTags": true, - "linkdoc-maplibregl": "https://maplibre.org/maplibre-gl-js-docs/api/" + "linkdoc-maplibregl": "https://maplibre.org/maplibre-gl-js/docs/API/" }, "i18n": { "defaultLang": "en", diff --git a/build/jsdocs/template/typeLinkExt.js b/build/jsdocs/template/typeLinkExt.js index 5f724d0e7..28048fcf5 100644 --- a/build/jsdocs/template/typeLinkExt.js +++ b/build/jsdocs/template/typeLinkExt.js @@ -1,7 +1,7 @@ var olapi = "https://openlayers.org/en/v6.14.1/apidoc/"; var lfapi = "https://leafletjs.com/reference.html"; var mbglapi = "https://www.mapbox.com/mapbox-gl-js/api/"; -var mlbglapi = "https://maplibre.org/maplibre-gl-js-docs/api/"; +var mlbglapi = "https://maplibre.org/maplibre-gl-js/docs/API/"; var mapv = "https://github.com/huiyan-fe/mapv/blob/master/src/"; var classicapi="https://iclient.supermap.io/web/libs/iclient8c/apidoc/files/SuperMap" var geojsonapi = "https://geojson.org"; @@ -84,9 +84,9 @@ var typeLinks = { "mapboxgl.source": 'https://docs.mapbox.com/mapbox-gl-js/style-spec/sources/#geojson', //maplibregl - "maplibregl.Map": mlbglapi + '#map', - "maplibregl.Evented": mlbglapi + '#Evented', - "maplibregl.LngLatBounds": mlbglapi + '#lnglatbounds', + "maplibregl.Map": mlbglapi + 'classes/Map/', + "maplibregl.Evented": mlbglapi + 'classes/Evented/', + "maplibregl.LngLatBounds": mlbglapi + 'classes/LngLatBounds/', //mapv "Mapv.DataSet": mapv + 'data/DataSet.md',