Skip to content

Commit

Permalink
(fix): update messages.ts github links (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy636 authored Jul 8, 2020
1 parent edcb9e7 commit b91ab47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const help = function() {
return `
Only ${chalk.green('<project-directory>')} is required.
If you have any problems, do not hesitate to file an issue:
${chalk.cyan('https://github.com/jaredpalmer/tsdx/issues/new')}
${chalk.cyan('https://github.com/formik/tsdx/issues/new')}
`;
};

Expand Down Expand Up @@ -86,7 +86,7 @@ export const start = async function(projectName: string) {
${Output.cmd(commands.test)}
Questions? Feedback? Please let me know!
${chalk.green('https://github.com/jaredpalmer/tsdx/issues')}
${chalk.green('https://github.com/formik/tsdx/issues')}
`;
};

Expand Down

0 comments on commit b91ab47

Please sign in to comment.