summaryrefslogtreecommitdiff
path: root/doc/guides
diff options
context:
space:
mode:
authorDaijiro Wachi <daijiro.wachi@gmail.com>2018-12-11 15:27:36 -0500
committerRich Trott <rtrott@gmail.com>2018-12-13 17:23:56 -0800
commit450ab14d4b1c211358df00ddd992023a78ef92f2 (patch)
treeced6fae6eb6d9cd6d5d2f986881000fea16a36b3 /doc/guides
parenta35bd62ae17f9f673430dd90a57ef9bf9f42012a (diff)
downloadandroid-node-v8-450ab14d4b1c211358df00ddd992023a78ef92f2.tar.gz
android-node-v8-450ab14d4b1c211358df00ddd992023a78ef92f2.tar.bz2
android-node-v8-450ab14d4b1c211358df00ddd992023a78ef92f2.zip
doc: update a link of npm repository
PR-URL: https://github.com/nodejs/node/pull/24969 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'doc/guides')
-rw-r--r--doc/guides/maintaining-npm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/maintaining-npm.md b/doc/guides/maintaining-npm.md
index 6017e78fde..67a4a9fcff 100644
--- a/doc/guides/maintaining-npm.md
+++ b/doc/guides/maintaining-npm.md
@@ -17,7 +17,7 @@ changes can be reviewed and landed via the normal consensus seeking process.
## Step 1: Clone npm
```console
-$ git clone https://github.com/npm/npm.git
+$ git clone https://github.com/npm/cli.git npm
$ cd npm
```