Skip to content

Commit 723f651

Browse files
authored
Update link to the Style-Spec source definition (#13488)
1 parent 2b2743a commit 723f651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/map.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2448,7 +2448,7 @@ export class Map extends Camera {
24482448
*
24492449
* @param {string} id The ID of the source to add. Must not conflict with existing sources.
24502450
* @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
2451+
* Mapbox Style Specification's [source definition](https://docs.mapbox.com/style-spec/reference/sources/) or
24522452
* {@link CanvasSourceOptions}.
24532453
* @returns {Map} Returns itself to allow for method chaining.
24542454
* @example

0 commit comments

Comments
 (0)