Skip to content

Commit 50da15c

Browse files
authored
Update link to vector tile example (#6262)
https://maplibre.org/maplibre-gl-js/docs/examples/vector-source/ is 404'ing
1 parent 5d093fe commit 50da15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/source/vector_tile_source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export type VectorTileSourceOptions = VectorSourceSpecification & {
5252
* ```ts
5353
* map.getSource('some id').setTiles(['https://d25uarhxywzl1j.cloudfront.net/v0.1/{z}/{x}/{y}.mvt']);
5454
* ```
55-
* @see [Add a vector tile source](https://maplibre.org/maplibre-gl-js/docs/examples/vector-source/)
55+
* @see [Add a vector tile source](https://maplibre.org/maplibre-gl-js/docs/examples/add-a-vector-tile-source/)
5656
*/
5757
export class VectorTileSource extends Evented implements Source {
5858
type: 'vector';

0 commit comments

Comments
 (0)