diff --git a/docs/tutorials/advanced-features/recording-advanced.md b/docs/tutorials/advanced-features/recording-advanced.md index efaf17a..f00f6a6 100644 --- a/docs/tutorials/advanced-features/recording-advanced.md +++ b/docs/tutorials/advanced-features/recording-advanced.md @@ -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 diff --git a/docs/tutorials/advanced-features/recording-basic.md b/docs/tutorials/advanced-features/recording-basic.md index cdf9faf..1679372 100644 --- a/docs/tutorials/advanced-features/recording-basic.md +++ b/docs/tutorials/advanced-features/recording-basic.md @@ -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 diff --git a/shared/application-client/angular.md b/shared/application-client/angular.md index f820a9e..ba7f4ac 100644 --- a/shared/application-client/angular.md +++ b/shared/application-client/angular.md @@ -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: diff --git a/shared/application-client/electron.md b/shared/application-client/electron.md index d39c9cd..041ffeb 100644 --- a/shared/application-client/electron.md +++ b/shared/application-client/electron.md @@ -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: diff --git a/shared/application-client/ionic.md b/shared/application-client/ionic.md index f13459b..0b7d342 100644 --- a/shared/application-client/ionic.md +++ b/shared/application-client/ionic.md @@ -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: diff --git a/shared/application-client/react.md b/shared/application-client/react.md index 5b4c84d..8fe7606 100644 --- a/shared/application-client/react.md +++ b/shared/application-client/react.md @@ -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: diff --git a/shared/application-client/vue.md b/shared/application-client/vue.md index 4d3ee3a..8bd4f0d 100644 --- a/shared/application-client/vue.md +++ b/shared/application-client/vue.md @@ -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: diff --git a/shared/application-server/node.md b/shared/application-server/node.md index d291f59..4f8ae91 100644 --- a/shared/application-server/node.md +++ b/shared/application-server/node.md @@ -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