From f0bcacdcc68599f6f2dbdfbacbf756d31890a10a Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Tue, 11 Dec 2018 15:27:36 -0500 Subject: [PATCH] doc: update a link of npm repository PR-URL: https://github.com/nodejs/node/pull/24969 Reviewed-By: Anna Henningsen Reviewed-By: Luigi Pinca Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Ruben Bridgewater --- doc/guides/maintaining-npm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/maintaining-npm.md b/doc/guides/maintaining-npm.md index 6017e78fded70a..67a4a9fcff6fd3 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 ```