Skip to content

Commit 54795a3

Browse files
authored
docs: filter archives out of version manager search (#6312)
1 parent 530c285 commit 54795a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ curl -qL https://www.npmjs.com/install.sh | sh
2727

2828
#### Node Version Managers
2929

30-
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)
30+
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)
3131

3232
### Usage
3333

docs/lib/content/configuring-npm/install.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Node version managers allow you to install and switch between multiple
3939
versions of Node.js and npm on your system so you can test your
4040
applications on multiple versions of npm to ensure they work for users on
4141
different versions. You can
42-
[search for them on GitHub](https://github.com/search?q=node%20version%20manager&type=repositories).
42+
[search for them on GitHub](https://github.com/search?q=node+version+manager+archived%3Afalse&type=repositories&ref=advsearch).
4343

4444
### Using a Node installer to install Node.js and npm
4545

0 commit comments

Comments
 (0)