Skip to content

Commit fd83101

Browse files
authored
Fix node download link (#994)
## Description Removed the trailing slash from the download links. ### Why The download link for node doesn't like the trailing slash. ## Screenshots N/A
1 parent 86c591d commit fd83101

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

docs/rnw-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Options to install [Node.js](https://nodejs.org) separately:
5555
choco install nodejs-lts
5656
```
5757
- Using [another package manager](https://nodejs.org/en/download/package-manager/) such as [Scoop](https://scoop.sh/) or [Node Version Switcher (nvs)](https://github.com/jasongin/nvs)
58-
- Directly from [Node.js](https://nodejs.org/en/download/)
58+
- Directly from [Node.js](https://nodejs.org/en/download)
5959

6060
Optional steps that are _highly recommended_:
6161

website/versioned_docs/version-0.60/rnw-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To develop React-Native for Windows apps, you will need the following:
3131
```
3232
choco install nodejs.install --version=12.9.1
3333
```
34-
- Directly from [Node.js](https://nodejs.org/en/download/)
34+
- Directly from [Node.js](https://nodejs.org/en/download)
3535
- By selecting the "Node.js development support" component in the Visual Studio 2019 installer (above)
3636
- Install [Chrome](https://www.google.com/chrome/) (_optional_, but needed for JS debugging)
3737
- Install [Yarn](https://yarnpkg.com/en/docs/install) (_optional_ if only consuming react-native-windows, but **required** to contribute to react-native-windows)

website/versioned_docs/version-0.61/rnw-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ To develop React-Native for Windows apps, you will need the following:
3131
```
3232
choco install nodejs.install --version=12.9.1
3333
```
34-
- Directly from [Node.js](https://nodejs.org/en/download/)
34+
- Directly from [Node.js](https://nodejs.org/en/download)
3535
- By selecting the "Node.js development support" component in the Visual Studio 2019 installer (above)
3636
> For both of the non-chocolatey installations, ensure that you are installing version 12.9.1 as that is the recommended version when building React Native Windows apps.
3737

website/versioned_docs/version-0.62/rnw-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Alternatively, you can setup your environment manually:
3434
```
3535
choco install nodejs.install --version=12.9.1
3636
```
37-
- Directly from [Node.js](https://nodejs.org/en/download/)
37+
- Directly from [Node.js](https://nodejs.org/en/download)
3838
- By selecting the "Node.js development support" component in the Visual Studio 2019 installer (above)
3939
> For both of the non-chocolatey installations, ensure that you are installing version 12.9.1 as that is the recommended version when building React Native Windows apps.
4040

website/versioned_docs/version-0.63/rnw-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ You will also need to ensure that certain settings are enabled:
4949
```bat
5050
choco install nodejs-lts
5151
```
52-
- Directly from [Node.js](https://nodejs.org/en/download/)
52+
- Directly from [Node.js](https://nodejs.org/en/download)
5353
- By selecting the "Node.js development support" component in the Visual Studio 2019 installer (above)
5454

5555
- Install [Chrome](https://www.google.com/chrome/) (_optional_, but needed for JS debugging)

website/versioned_docs/version-0.64/rnw-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You will also need to ensure that certain settings are enabled:
4747
```bat
4848
choco install nodejs-lts
4949
```
50-
- Directly from [Node.js](https://nodejs.org/en/download/)
50+
- Directly from [Node.js](https://nodejs.org/en/download)
5151
- By selecting the "Node.js development support" component in the Visual Studio 2019 installer (above)
5252

5353
- Install [Chrome](https://www.google.com/chrome/) (_optional_, but needed for JS debugging)

website/versioned_docs/version-0.65/rnw-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Options to install [Node.js](https://nodejs.org) separately:
5050
choco install nodejs-lts
5151
```
5252
- Using [another package manager](https://nodejs.org/en/download/package-manager/) such as [Scoop](https://scoop.sh/) or [Node Version Switcher (nvs)](https://github.com/jasongin/nvs)
53-
- Directly from [Node.js](https://nodejs.org/en/download/)
53+
- Directly from [Node.js](https://nodejs.org/en/download)
5454

5555
Optional steps that are _highly recommended_:
5656

website/versioned_docs/version-0.66/rnw-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Options to install [Node.js](https://nodejs.org) separately:
5252
choco install nodejs-lts
5353
```
5454
- Using [another package manager](https://nodejs.org/en/download/package-manager/) such as [Scoop](https://scoop.sh/) or [Node Version Switcher (nvs)](https://github.com/jasongin/nvs)
55-
- Directly from [Node.js](https://nodejs.org/en/download/)
55+
- Directly from [Node.js](https://nodejs.org/en/download)
5656

5757
Optional steps that are _highly recommended_:
5858

website/versioned_docs/version-0.71/rnw-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Options to install [Node.js](https://nodejs.org) separately:
5656
choco install nodejs-lts
5757
```
5858
- Using [another package manager](https://nodejs.org/en/download/package-manager/) such as [Scoop](https://scoop.sh/) or [Node Version Switcher (nvs)](https://github.com/jasongin/nvs)
59-
- Directly from [Node.js](https://nodejs.org/en/download/)
59+
- Directly from [Node.js](https://nodejs.org/en/download)
6060

6161
Optional steps that are _highly recommended_:
6262

0 commit comments

Comments
 (0)