From 54795a3554691e97b369baac714cb43f4342af8a Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 31 Mar 2023 06:55:04 -0700 Subject: [PATCH] docs: filter archives out of version manager search (#6312) --- README.md | 2 +- docs/lib/content/configuring-npm/install.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5665c7a26a98e..da46ce7f38075 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ curl -qL https://www.npmjs.com/install.sh | sh #### Node Version Managers -If you're looking to manage multiple versions of **`Node.js`** &/or **`npm`**, consider using a [node version manager](https://github.com/search?q=node%20version%20manager&type=repositories) +If you're looking to manage multiple versions of **`Node.js`** &/or **`npm`**, consider using a [node version manager](https://github.com/search?q=node+version+manager+archived%3Afalse&type=repositories&ref=advsearch) ### Usage diff --git a/docs/lib/content/configuring-npm/install.md b/docs/lib/content/configuring-npm/install.md index 8286c52c87db4..d9c1d32631fa1 100644 --- a/docs/lib/content/configuring-npm/install.md +++ b/docs/lib/content/configuring-npm/install.md @@ -39,7 +39,7 @@ Node version managers allow you to install and switch between multiple versions of Node.js and npm on your system so you can test your applications on multiple versions of npm to ensure they work for users on different versions. You can -[search for them on GitHub](https://github.com/search?q=node%20version%20manager&type=repositories). +[search for them on GitHub](https://github.com/search?q=node+version+manager+archived%3Afalse&type=repositories&ref=advsearch). ### Using a Node installer to install Node.js and npm