Skip to content

Commit

Permalink
Update feedback link (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
aroach authored and childish-sambino committed Aug 20, 2019
1 parent 478177c commit fd0a329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/feedback.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ const { Command } = require('@oclif/command');

class Feedback extends Command {
async run() {
const link = chalk.bold('>>>>> ') + chalk.underline.bold('https://bit.ly/twilio-cli-feedback') + chalk.bold(' <<<<<');
const link = chalk.bold('>>>>> ') + chalk.underline.bold('https://twil.io/twilio-cli-feedback') + chalk.bold(' <<<<<');
console.log();
console.log('***********************************************************************');
console.log('* Ahoy! Thank you for using twilio-cli! *');
console.log('* We are always striving to make twilio-cli better. *');
console.log('* Visit the link below to share your feedback with our team. *');
console.log('* *');
console.log(`* ${link} *`);
console.log(`* ${link} *`);
console.log('***********************************************************************');
console.log();
}
Expand Down

0 comments on commit fd0a329

Please sign in to comment.