Skip to content

Commit 854d29d

Browse files
eadgbearLee-W
authored andcommitted
docs(auto_prepare_commit_message.md): fixing hook URLs
1 parent ac7171c commit 854d29d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/auto_prepare_commit_message.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ Copy the hooks from [here](https://github.com/commitizen-tools/hooks) into the `
2929
executable by running the following commands from the root of your Git repository:
3030

3131
```bash
32-
wget -o .git/hooks/prepare-commit-msg https://github.com/commitizen-tools/hooks/prepare-commit-msg.py
32+
wget -O .git/hooks/prepare-commit-msg https://raw.githubusercontent.com/commitizen-tools/commitizen/master/hooks/prepare-commit-msg.py
3333
chmod +x .git/hooks/prepare-commit-msg
34-
wget -o .git/hooks/post-commit https://github.com/commitizen-tools/hooks/post-commit.py
34+
wget -O .git/hooks/post-commit https://raw.githubusercontent.com/commitizen-tools/commitizen/master/hooks/post-commit.py
3535
chmod +x .git/hooks/post-commit
3636
```
3737

0 commit comments

Comments
 (0)