mirror of
https://github.com/xtr-dev/rondevu-client.git
synced 2025-12-13 04:13:25 +00:00
Fix broken relative links to demo repository
Change relative paths to absolute GitHub URLs: - ../demo/NODE_HOST_GUIDE.md → github.com/xtr-dev/rondevu-demo/blob/main/NODE_HOST_GUIDE.md - ../demo/test-connect.js → github.com/xtr-dev/rondevu-demo/blob/main/test-connect.js Affected files: - README.md (2 links fixed) - ADVANCED.md (2 links fixed) Why: Client and demo are separate repositories, so relative paths don't work when viewing on GitHub. Now links work from anywhere. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -414,7 +414,7 @@ const pc = new RTCPeerConnection()
|
|||||||
|
|
||||||
### Node.js Service Host Example
|
### 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:**
|
**Quick example:**
|
||||||
|
|
||||||
@@ -447,8 +447,8 @@ await rondevu.startFilling()
|
|||||||
```
|
```
|
||||||
|
|
||||||
See complete examples:
|
See complete examples:
|
||||||
- [Node.js Host Guide](../demo/NODE_HOST_GUIDE.md) - Full guide with complete examples
|
- [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](../demo/test-connect.js) - Working Node.js client example
|
- [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))
|
- [React Demo](https://github.com/xtr-dev/rondevu-demo) - Complete browser UI ([live](https://ronde.vu))
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|||||||
@@ -168,12 +168,12 @@ const connection = await rondevu.connectToService({
|
|||||||
- Username rules and service FQN format
|
- Username rules and service FQN format
|
||||||
- Examples and migration guides
|
- 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
|
## Examples
|
||||||
|
|
||||||
- [Node.js Service Host](../demo/NODE_HOST_GUIDE.md) - Complete guide with examples
|
- [Node.js Service Host](https://github.com/xtr-dev/rondevu-demo/blob/main/NODE_HOST_GUIDE.md) - Complete guide with examples
|
||||||
- [test-connect.js](../demo/test-connect.js) - Working Node.js client example
|
- [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))
|
- [React Demo](https://github.com/xtr-dev/rondevu-demo) - Full browser UI ([live](https://ronde.vu))
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|||||||
Reference in New Issue
Block a user