Skip to content

Commit 054226c

Browse files
ericmuttalukekarrys
authored andcommitted
Fix broken fragment links
In links with fragments like `#checking-your-version-of-npm-and-node-js` the `node-js` portion doesn't work and should be `nodejs`. So for example, the following link currently on the site does NOT work (i.e. it won't scroll to relevant section): > https://docs.npmjs.com/cli/v9/configuring-npm/install#checking-your-version-of-npm-and-node-js ...but this one (as implemented by this fix) DOES work: > https://docs.npmjs.com/cli/v9/configuring-npm/install#checking-your-version-of-npm-and-nodejs
1 parent b965ebf commit 054226c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ run npm packages globally.
1717
### Overview
1818

1919
- [Checking your version of npm and
20-
Node.js](#checking-your-version-of-npm-and-node-js)
20+
Node.js](#checking-your-version-of-npm-and-nodejs)
2121
- [Using a Node version manager to install Node.js and
22-
npm](#using-a-node-version-manager-to-install-node-js-and-npm)
22+
npm](#using-a-node-version-manager-to-install-nodejs-and-npm)
2323
- [Using a Node installer to install Node.js and
24-
npm](#using-a-node-installer-to-install-node-js-and-npm)
24+
npm](#using-a-node-installer-to-install-nodejs-and-npm)
2525

2626
### Checking your version of npm and Node.js
2727

0 commit comments

Comments
 (0)