diff --git a/src/messages.ts b/src/messages.ts index e40287959..c735cb030 100644 --- a/src/messages.ts +++ b/src/messages.ts @@ -11,7 +11,7 @@ export const help = function() { return ` Only ${chalk.green('')} 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')} `; }; @@ -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')} `; };