We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcb9e7 commit b91ab47Copy full SHA for b91ab47
1 file changed
src/messages.ts
@@ -11,7 +11,7 @@ export const help = function() {
11
return `
12
Only ${chalk.green('<project-directory>')} is required.
13
If you have any problems, do not hesitate to file an issue:
14
- ${chalk.cyan('https://github.com/jaredpalmer/tsdx/issues/new')}
+ ${chalk.cyan('https://github.com/formik/tsdx/issues/new')}
15
`;
16
};
17
@@ -86,7 +86,7 @@ export const start = async function(projectName: string) {
86
${Output.cmd(commands.test)}
87
88
Questions? Feedback? Please let me know!
89
- ${chalk.green('https://github.com/jaredpalmer/tsdx/issues')}
+ ${chalk.green('https://github.com/formik/tsdx/issues')}
90
91
92
0 commit comments