File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ assignees: ''
9
9
10
10
** Troubleshoot**
11
11
- [ ] Before creating an issue, please check:
12
- https://typicode.github.io/husky/#/?id=troubleshoot
12
+ https://typicode.github.io/husky/troubleshooting.html
13
13
14
14
If you're migrating from husky 4, see:
15
- https://typicode.github.io/husky/#/?id=migrate -from-v4-to-v7
15
+ https://typicode.github.io/husky/migrating -from-v4.html
16
16
17
17
** Context**
18
18
Please describe your issue and provide some context:
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export function install(dir = '.husky'): void {
26
26
}
27
27
28
28
// Custom dir help
29
- const url = 'https://typicode.github.io/husky/#/?id= custom-directory'
29
+ const url = 'https://typicode.github.io/husky/guide.html# custom-directory'
30
30
31
31
// Ensure that we're not trying to install outside of cwd
32
32
if ( ! p . resolve ( process . cwd ( ) , dir ) . startsWith ( process . cwd ( ) ) ) {
You can’t perform that action at this time.
0 commit comments