diff --git a/doc/guides/collaborator-guide.md b/doc/guides/collaborator-guide.md index 8b40efaa5543d6..e1dbf51386f7f2 100644 --- a/doc/guides/collaborator-guide.md +++ b/doc/guides/collaborator-guide.md @@ -611,7 +611,7 @@ Other changes might have landed on master since the successful CI run. As a precaution, run tests (`make -j4 test` or `vcbuild test`). Confirm that the commit message format is correct using -[core-validate-commit](https://github.com/evanlucas/core-validate-commit). +[core-validate-commit](https://github.com/nodejs/core-validate-commit). ```text $ git rev-list upstream/master...HEAD | xargs core-validate-commit