diff --git a/src/get-default-auth-cfg.js b/src/get-default-auth-cfg.js index 7930cf9..829d919 100644 --- a/src/get-default-auth-cfg.js +++ b/src/get-default-auth-cfg.js @@ -1,6 +1,6 @@ const getDefaultAuthCfg = () => ({ _: - 'This is your Now credentials file. DON\'T SHARE! More: https://git.io/now-global-config', + 'This is your Now credentials file. DON\'T SHARE! More: https://git.io/v7dds', credentials: [] }) diff --git a/src/get-default-cfg.js b/src/get-default-cfg.js index 6983e02..02a6e0a 100644 --- a/src/get-default-cfg.js +++ b/src/get-default-cfg.js @@ -1,6 +1,6 @@ const getDefaultCfg = () => ({ _: - 'This is your Now config file. See `now config help`. More: https://git.io/now-global-config' + 'This is your Now config file. See `now config help`. More: https://git.io/v7dds' }) module.exports = getDefaultCfg