Fix broken links in Overview (#308)
Bhaskar committed
Nov 11, 2022 at 03:34 UTC
5f29f95a892b0427f12b81918f461341dd54589a
1 file changed
+3
-3
content/getting-started/configuring-your-local-environment/downloading-and-installing-node-js-and-npm.mdx
+3
-3
@@ -17,9 +17,9 @@ npm install -g npm
17
18
## Overview
19
20
-- [Checking your version of npm and Node.js](#checking-your-version-of-npm-and-node-js)
21
-- [Using a Node version manager to install Node.js and npm](#using-a-node-version-manager-to-install-node-js-and-npm)
22
-- [Using a Node installer to install Node.js and npm](#using-a-node-installer-to-install-node-js-and-npm)
20
+- [Checking your version of npm and Node.js](#checking-your-version-of-npm-and-nodejs)
21
+- [Using a Node version manager to install Node.js and npm](#using-a-node-version-manager-to-install-nodejs-and-npm)
22
+- [Using a Node installer to install Node.js and npm](#using-a-node-installer-to-install-nodejs-and-npm)
23
24
## Checking your version of npm and Node.js
25