We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2743a commit 723f651Copy full SHA for 723f651
src/ui/map.ts
@@ -2448,7 +2448,7 @@ export class Map extends Camera {
2448
*
2449
* @param {string} id The ID of the source to add. Must not conflict with existing sources.
2450
* @param {Object} source The source object, conforming to the
2451
- * Mapbox Style Specification's [source definition](https://www.mapbox.com/mapbox-gl-style-spec/#sources) or
+ * Mapbox Style Specification's [source definition](https://docs.mapbox.com/style-spec/reference/sources/) or
2452
* {@link CanvasSourceOptions}.
2453
* @returns {Map} Returns itself to allow for method chaining.
2454
* @example
0 commit comments