Skip to content

Commit

Permalink
chore: remove git.io (#1136)
Browse files Browse the repository at this point in the history
All links on git.io will stop redirecting after April 29, 2022.

- https://github.blog/changelog/2022-04-25-git-io-deprecation/
  • Loading branch information
renbaoshuo committed Apr 27, 2022
1 parent 0bcdac6 commit 3845804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Expand Up @@ -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())) {
Expand Down

0 comments on commit 3845804

Please sign in to comment.