diff --git a/ADVANCED.md b/ADVANCED.md index 302f4ac..ce968ea 100644 --- a/ADVANCED.md +++ b/ADVANCED.md @@ -414,7 +414,7 @@ const pc = new RTCPeerConnection() ### Node.js Service Host Example -You can host WebRTC services in Node.js that browser clients can connect to. See the [Node.js Host Guide](../demo/NODE_HOST_GUIDE.md) for a complete guide. +You can host WebRTC services in Node.js that browser clients can connect to. See the [Node.js Host Guide](https://github.com/xtr-dev/rondevu-demo/blob/main/NODE_HOST_GUIDE.md) for a complete guide. **Quick example:** @@ -447,8 +447,8 @@ await rondevu.startFilling() ``` See complete examples: -- [Node.js Host Guide](../demo/NODE_HOST_GUIDE.md) - Full guide with complete examples -- [test-connect.js](../demo/test-connect.js) - Working Node.js client example +- [Node.js Host Guide](https://github.com/xtr-dev/rondevu-demo/blob/main/NODE_HOST_GUIDE.md) - Full guide with complete examples +- [test-connect.js](https://github.com/xtr-dev/rondevu-demo/blob/main/test-connect.js) - Working Node.js client example - [React Demo](https://github.com/xtr-dev/rondevu-demo) - Complete browser UI ([live](https://ronde.vu)) --- diff --git a/README.md b/README.md index 17f389e..ba0827c 100644 --- a/README.md +++ b/README.md @@ -168,12 +168,12 @@ const connection = await rondevu.connectToService({ - Username rules and service FQN format - Examples and migration guides -📖 **[Node.js Host Guide](../demo/NODE_HOST_GUIDE.md)** - Host services in Node.js +📖 **[Node.js Host Guide](https://github.com/xtr-dev/rondevu-demo/blob/main/NODE_HOST_GUIDE.md)** - Host services in Node.js ## Examples -- [Node.js Service Host](../demo/NODE_HOST_GUIDE.md) - Complete guide with examples -- [test-connect.js](../demo/test-connect.js) - Working Node.js client example +- [Node.js Service Host](https://github.com/xtr-dev/rondevu-demo/blob/main/NODE_HOST_GUIDE.md) - Complete guide with examples +- [test-connect.js](https://github.com/xtr-dev/rondevu-demo/blob/main/test-connect.js) - Working Node.js client example - [React Demo](https://github.com/xtr-dev/rondevu-demo) - Full browser UI ([live](https://ronde.vu)) ## License