Skip to content

Commit

Permalink
Update Node.js download links in tutorials to point to the correct page
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarmore committed Jan 2, 2025
1 parent 5df7819 commit bb58007
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/advanced-features/recording-advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git

### 3. Run the application

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

1. Navigate into the application directory

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/advanced-features/recording-basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ git clone https://github.com/OpenVidu/openvidu-livekit-tutorials.git

### 3. Run the application

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

1. Navigate into the application directory

Expand Down
2 changes: 1 addition & 1 deletion shared/application-client/angular.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download/package-manager){:target="\_blank"} installed on your development computer.
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download){:target="\_blank"} installed on your development computer.

1. Navigate into the application client directory:

Expand Down
2 changes: 1 addition & 1 deletion shared/application-client/electron.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download/package-manager){:target="\_blank"} installed on your development computer.
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download){:target="\_blank"} installed on your development computer.

1. Navigate into the application client directory:

Expand Down
2 changes: 1 addition & 1 deletion shared/application-client/ionic.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download/package-manager){:target="\_blank"} installed on your development computer.
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download){:target="\_blank"} installed on your development computer.

1. Navigate into the application client directory:

Expand Down
2 changes: 1 addition & 1 deletion shared/application-client/react.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download/package-manager){:target="\_blank"} installed on your development computer.
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download){:target="\_blank"} installed on your development computer.

1. Navigate into the application client directory:

Expand Down
2 changes: 1 addition & 1 deletion shared/application-client/vue.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download/package-manager){:target="\_blank"} installed on your development computer.
To run the client application tutorial, you need [Node.js](https://nodejs.org/en/download){:target="\_blank"} installed on your development computer.

1. Navigate into the application client directory:

Expand Down
2 changes: 1 addition & 1 deletion shared/application-server/node.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
To run this server application, you need [Node.js](https://nodejs.org/en/download/package-manager){:target="\_blank"} installed on your device.
To run this server application, you need [Node.js](https://nodejs.org/en/download){:target="\_blank"} installed on your device.

1. Navigate into the server directory
```bash
Expand Down

0 comments on commit bb58007

Please sign in to comment.