diff --git a/src/commands/init.ts b/src/commands/init.ts index e1ebe6c..06deeb8 100644 --- a/src/commands/init.ts +++ b/src/commands/init.ts @@ -134,7 +134,7 @@ export default class Init extends Command { this.log(`You'll need to create a personal Linear api key.`); this.log( `You can create one here ${chalk.magenta( - 'https://linear.app/joinlane/settings/api' + 'https://linear.app/settings/api' )}.` );