Skip to content

Commit

Permalink
Fixed wrong URL (#459)
Browse files Browse the repository at this point in the history
Replaced `.co` for `.com`
  • Loading branch information
hugoabernier authored and akrantz committed May 31, 2019
1 parent 1c420c4 commit 7d5f307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ module.exports = yo.extend({
this.log(` 3. Open the project in VS Code:\n`);
this.log(` ${chalk.bold('code .')}\n`);
this.log(` For more information, visit http://code.visualstudio.com.\n`);
this.log(` Please visit https://docs.microsoft.co/office/dev/add-ins for more information about Office Add-ins.\n`);
this.log(` Please visit https://docs.microsoft.com/office/dev/add-ins for more information about Office Add-ins.\n`);
this.log('----------------------------------------------------------------------------------------------------------\n');
this._exitProcess();
},
Expand Down

0 comments on commit 7d5f307

Please sign in to comment.