Skip to content

Commit

Permalink
chore: remove git.io (typicode#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 authored and nikoladavitkovski committed Sep 5, 2022
1 parent f925192 commit 2b8c4df
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 2b8c4df

Please sign in to comment.