Skip to content

Commit 97b149d

Browse files
authoredJun 7, 2023
fix: docs link (#1274)
1 parent fd32c22 commit 97b149d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/ISSUE_TEMPLATE/issue.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ assignees: ''
99

1010
**Troubleshoot**
1111
- [ ] Before creating an issue, please check:
12-
https://typicode.github.io/husky/#/?id=troubleshoot
12+
https://typicode.github.io/husky/troubleshooting.html
1313

1414
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
1616

1717
**Context**
1818
Please describe your issue and provide some context:

‎src/index.ts

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

2828
// 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'
3030

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

0 commit comments

Comments
 (0)
Please sign in to comment.