From c43111903e3ac3de3b3e1c34971eb299ce696992 Mon Sep 17 00:00:00 2001 From: FrankQiu Date: Thu, 2 Sep 2021 20:23:28 +0800 Subject: [PATCH] doc: change the link methods. --- doc/guides/contributing/pull-requests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md index ac4e1d6653cefd..66f5ee6196b64f 100644 --- a/doc/guides/contributing/pull-requests.md +++ b/doc/guides/contributing/pull-requests.md @@ -582,8 +582,7 @@ If you want to know more about the code review and the landing process, see the * `tools` * `typings` -Here is the full list of -[subsystems](https://github.com/nodejs/core-validate-commit/blob/main/lib/rules/subsystem.js). +Here is the full list of [subsystems][subsystems]. More than one subsystem may be valid for any particular issue or pull request. [Building guide]: ../../../BUILDING.md @@ -598,3 +597,4 @@ More than one subsystem may be valid for any particular issue or pull request. [https://ci.nodejs.org/]: https://ci.nodejs.org/ [pull request template]: https://raw.githubusercontent.com/nodejs/node/HEAD/.github/PULL_REQUEST_TEMPLATE.md [running tests]: ../../../BUILDING.md#running-tests +[subsystems]: https://github.com/nodejs/core-validate-commit/blob/main/lib/rules/subsystem.js