Skip to content

Commit 3845804

Browse files
authoredApr 27, 2022
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/
1 parent 0bcdac6 commit 3845804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function install(dir = '.husky'): void {
1818
}
1919

2020
// Custom dir help
21-
const url = 'https://git.io/Jc3F9'
21+
const url = 'https://typicode.github.io/husky/#/?id=custom-directory'
2222

2323
// Ensure that we're not trying to install outside of cwd
2424
if (!p.resolve(process.cwd(), dir).startsWith(process.cwd())) {

0 commit comments

Comments
 (0)
Please sign in to comment.