@@ -555,22 +555,23 @@ See the [commit queue guide][commit-queue.md].
555555
556556### Using ` git-node `
557557
558- In most cases, using [ the ` git-node ` command] [ git-node ] of [ ` node-core-utils ` ] [ ]
559- is enough to land a pull request. If you discover a problem when using
560- this tool, please file an issue [ to the issue tracker] [ node-core-utils-issues ] .
558+ In most cases, using [ the ` git-node ` command] [ git-node ] of
559+ [ ` @node-core/utils ` ] [ ] is enough to land a pull request. If you discover a
560+ problem when using this tool, please file an issue
561+ [ to the issue tracker] [ node-core-utils-issues ] .
561562
562563Quick example:
563564
564565``` bash
565- npm install -g node-core- utils
566+ npm install -g @ node-core/ utils
566567git node land $PRID
567568```
568569
569- To use ` node-core- utils ` , you will need a GitHub access token. If you do not
570- have one, ` node-core- utils ` will create one for you the first time you use it.
570+ To use ` @ node-core/ utils` , you will need a GitHub access token. If you do not
571+ have one, ` @ node-core/ utils` will create one for you the first time you use it.
571572To do this, it will ask for your GitHub password and two-factor authentication
572573code. If you wish to create the token yourself in advance, see
573- [ the ` node-core- utils ` guide] [ node-core-utils-credentials ] .
574+ [ the ` @ node-core/ utils` guide] [ node-core-utils-credentials ] .
574575
575576### Technical HOWTO
576577
@@ -959,7 +960,7 @@ need to be attached anymore, as only important bugfixes will be included.
959960[ TSC ] : https://github.com/nodejs/TSC
960961[ `--pending-deprecation` ] : ../api/cli.md#--pending-deprecation
961962[ `--throw-deprecation` ] : ../api/cli.md#--throw-deprecation
962- [ `node-core- utils` ] : https://github.com/nodejs/node-core-utils
963+ [ `@ node-core/ utils` ] : https://github.com/nodejs/node-core-utils
963964[ backporting guide ] : backporting-to-release-lines.md
964965[ commit message guidelines ] : pull-requests.md#commit-message-guidelines
965966[ commit-example ] : https://github.com/nodejs/node/commit/b636ba8186
0 commit comments