From 827e2ba9d4224c25649cbb1d23b7ea3b2301efef Mon Sep 17 00:00:00 2001 From: Baoshuo Ren Date: Wed, 27 Apr 2022 11:44:49 +0800 Subject: [PATCH] chore: remove git.io (#1136) All links on git.io will stop redirecting after April 29, 2022. - https://github.blog/changelog/2022-04-25-git-io-deprecation/ --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 585a9388f..12cb97db4 100644 --- a/src/index.ts +++ b/src/index.ts @@ -18,7 +18,7 @@ export function install(dir = '.husky'): void { } // Custom dir help - const url = 'https://git.io/Jc3F9' + const url = 'https://typicode.github.io/husky/#/?id=custom-directory' // Ensure that we're not trying to install outside of cwd if (!p.resolve(process.cwd(), dir).startsWith(process.cwd())) {