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())) {