Skip to content

Commit b91ab47

Browse files
authored
(fix): update messages.ts github links (#754)
1 parent edcb9e7 commit b91ab47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/messages.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const help = function() {
1111
return `
1212
Only ${chalk.green('<project-directory>')} is required.
1313
If you have any problems, do not hesitate to file an issue:
14-
${chalk.cyan('https://github.com/jaredpalmer/tsdx/issues/new')}
14+
${chalk.cyan('https://github.com/formik/tsdx/issues/new')}
1515
`;
1616
};
1717

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

0 commit comments

Comments
 (0)