Browse Source

Made sure that shortlinks point to the right place

master
Leo Lamprecht 8 years ago
parent
commit
340b8721ac
  1. 2
      src/get-default-auth-cfg.js
  2. 2
      src/get-default-cfg.js

2
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: []
})

2
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

Loading…
Cancel
Save