Skip to content

Commit 6290448

Browse files
committed
fix: correct env variable instruction URLs (#2599)
Signed-off-by: Pierre Blanchet <pierre.blanchet.engineer@gmail.com>
1 parent e2f672c commit 6290448

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

webpack/shared-webpack-configuration.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ workspaces.forEach(workspace => {
3232
const ENV_VARIABLES_WITH_INSTRUCTIONS = {
3333
MapboxAccessToken: 'You can get the token at https://www.mapbox.com/help/how-access-tokens-work/',
3434
DropboxClientId: 'You can get the token at https://www.dropbox.com/developers',
35-
CartoClientId: 'You can get the token at https://www.mapbox.com/help/how-access-tokens-work/',
36-
MapboxExportToken: 'You can get the token at https://location.foursquare.com/developer',
35+
CartoClientId: 'You can get the token at https://carto.com/help/working-with-data/carto-platform-api-keys',
36+
MapboxExportToken: 'You can get the token at https://www.mapbox.com/help/how-access-tokens-work/',
3737
FoursquareClientId: 'You can get the token at https://location.foursquare.com/developer',
3838
FoursquareDomain: 'You can get the token at https://location.foursquare.com/developer',
3939
FoursquareAPIURL: 'You can get the token at https://location.foursquare.com/developer',

0 commit comments

Comments
 (0)