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 ```