From 990facbc3eeb92a7893e541685fe3310b8690b5f Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Tue, 3 Nov 2020 12:34:30 +0900 Subject: [PATCH] doc: update core-validate-commit link in guide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/35938 Reviewed-By: Shelley Vohr Reviewed-By: Richard Lau Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig Reviewed-By: Mary Marchini Reviewed-By: Luigi Pinca Reviewed-By: Tobias Nießen --- doc/guides/collaborator-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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