Skip to content

Commit e831c97

Browse files
committed
docs: fix docs links
1 parent 61e271b commit e831c97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can use it to **lint your commit messages**, **run tests**, **lint code**, e
2121

2222
# Usage
2323

24-
Already using husky? See [Migrate from 4 to 5](https://typicode.github.io/husky/#/?id=migrate-from-v4-to-v5).
24+
Already using husky? See [Migrate from 4 to 5](/?id=migrate-from-v4-to-v5).
2525

2626
## Automatic (recommended)
2727

@@ -84,7 +84,7 @@ git commit -m "Keep calm and commit"
8484

8585
If `npm test` command fails, your commit will be automatically aborted.
8686

87-
!> **Using Yarn to run commands? There's an issue on Windows with Git Bash, see [Yarn on Windows](#/?id=yarn-on-windows).**
87+
!> **Using Yarn to run commands? There's an issue on Windows with Git Bash, see [Yarn on Windows](/?id=yarn-on-windows).**
8888

8989
### Uninstall
9090

@@ -238,7 +238,7 @@ git config gitflow.path.hooks .husky
238238
**Note:**
239239

240240
- If you are configuring git-flow _after_ you have installed Husky, the git-flow setup process will correctly suggest the .husky directory.
241-
- If you have set a [custom directory](#custom-directory) for Husky you need to specify that (ex. `git config gitflow.path.hooks .config/husky`)
241+
- If you have set a [custom directory](/?id=custom-directory) for Husky you need to specify that (ex. `git config gitflow.path.hooks .config/husky`)
242242

243243
To **revert** the git-flow hooks directory back to its default you need to reset the config to point to the default Git hooks directory.
244244

@@ -463,4 +463,4 @@ GitHub sponsors can be viewed on my [profile](https://github.com/typicode). All
463463

464464
[License Zero Parity 7.0.0](https://paritylicense.com/versions/7.0.0.html) and MIT (contributions) with exception [License Zero Patron 1.0.0](https://patronlicense.com/versions/1.0.0).
465465

466-
👉 See the [announcement](https://typicode.github.io/husky/#/?id=announcement) for more details.
466+
👉 See the [announcement](/?id=announcement) for more details.

0 commit comments

Comments
 (0)