Skip to content

Commit 08db60b

Browse files
authored
Update Setup.js
fix : update download link
1 parent 029fd68 commit 08db60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/step-2/Setup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Setup extends Component {
1818

1919
<li>If you don't have node installed in your system. Download and install it from below.</li>
2020

21-
<a className="btn" href="https://nodejs.org/dist/v4.6.1/node-v4.6.1.pkg" target="_blank">Download Node</a>
21+
<a className="btn" href="https://nodejs.org/en/download/" target="_blank">Download Node</a>
2222

2323
<li>Install the dependencies to run localhost server.</li>
2424

0 commit comments

Comments
 (0)