Skip to content

Commit

Permalink
Merge pull request #11667 from CesiumGS/update-mapbox-links
Browse files Browse the repository at this point in the history
Update old Mapbox links
  • Loading branch information
ggetz authored Dec 4, 2023
2 parents c0a735d + 5f08343 commit fc73ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/engine/Source/Scene/MapboxImageryProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ const defaultCredit = new Credit(
* accessToken: 'thisIsMyAccessToken'
* });
*
* @see {@link https://www.mapbox.com/developers/api/maps/#tiles}
* @see {@link https://www.mapbox.com/developers/api/#access-tokens}
* @see {@link https://docs.mapbox.com/api/maps/raster-tiles/}
* @see {@link https://docs.mapbox.com/api/accounts/tokens/}
*/
function MapboxImageryProvider(options) {
options = defaultValue(options, defaultValue.EMPTY_OBJECT);
Expand Down

0 comments on commit fc73ea5

Please sign in to comment.