diff --git a/webpack/shared-webpack-configuration.js b/webpack/shared-webpack-configuration.js index c64efedcb2..2f7f5041d5 100644 --- a/webpack/shared-webpack-configuration.js +++ b/webpack/shared-webpack-configuration.js @@ -32,8 +32,8 @@ workspaces.forEach(workspace => { const ENV_VARIABLES_WITH_INSTRUCTIONS = { MapboxAccessToken: 'You can get the token at https://www.mapbox.com/help/how-access-tokens-work/', DropboxClientId: 'You can get the token at https://www.dropbox.com/developers', - CartoClientId: 'You can get the token at https://www.mapbox.com/help/how-access-tokens-work/', - MapboxExportToken: 'You can get the token at https://location.foursquare.com/developer', + CartoClientId: 'You can get the token at https://carto.com/help/working-with-data/carto-platform-api-keys', + MapboxExportToken: 'You can get the token at https://www.mapbox.com/help/how-access-tokens-work/', FoursquareClientId: 'You can get the token at https://location.foursquare.com/developer', FoursquareDomain: 'You can get the token at https://location.foursquare.com/developer', FoursquareAPIURL: 'You can get the token at https://location.foursquare.com/developer',