From 891e49df16d9f10f62b2811a082aa4a60d92e54d Mon Sep 17 00:00:00 2001 From: Yuriy Burychka Date: Tue, 7 Jul 2020 22:20:04 +0200 Subject: [PATCH] (fix): update messages.ts github links --- src/messages.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')} `; };