Skip to content

Commit bb58007

Browse files
committed
Update Node.js download links in tutorials to point to the correct page
1 parent 5df7819 commit bb58007

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/tutorials/advanced-features/recording-advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
2828

2929
### 3. Run the application
3030

31-
To run this application, you need [Node.js](https://nodejs.org/en/download/package-manager){:target="\_blank"} installed on your device.
31+
To run this application, you need [Node.js](https://nodejs.org/en/download){:target="\_blank"} installed on your device.
3232

3333
1. Navigate into the application directory
3434

docs/tutorials/advanced-features/recording-basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git
2929

3030
### 3. Run the application
3131

32-
To run this application, you need [Node.js](https://nodejs.org/en/download/package-manager){:target="\_blank"} installed on your device.
32+
To run this application, you need [Node.js](https://nodejs.org/en/download){:target="\_blank"} installed on your device.
3333

3434
1. Navigate into the application directory
3535

shared/application-client/angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download/package-manager){:target="\_blank"} installed on your development computer.
1+
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download){:target="\_blank"} installed on your development computer.
22

33
1. Navigate into the application client directory:
44

shared/application-client/electron.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download/package-manager){:target="\_blank"} installed on your development computer.
1+
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download){:target="\_blank"} installed on your development computer.
22

33
1. Navigate into the application client directory:
44

shared/application-client/ionic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download/package-manager){:target="\_blank"} installed on your development computer.
1+
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download){:target="\_blank"} installed on your development computer.
22

33
1. Navigate into the application client directory:
44

shared/application-client/react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download/package-manager){:target="\_blank"} installed on your development computer.
1+
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download){:target="\_blank"} installed on your development computer.
22

33
1. Navigate into the application client directory:
44

shared/application-client/vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download/package-manager){:target="\_blank"} installed on your development computer.
1+
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download){:target="\_blank"} installed on your development computer.
22

33
1. Navigate into the application client directory:
44

shared/application-server/node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
To run this server application, you need [Node.js](https://nodejs.org/en/download/package-manager){:target="\_blank"} installed on your device.
1+
To run this server application, you need [Node.js](https://nodejs.org/en/download){:target="\_blank"} installed on your device.
22

33
1. Navigate into the server directory
44
```bash

0 commit comments

Comments
 (0)