Skip to content

Commit 8aa3fb4

Browse files
Update example links to use absolute urls rather than relative to fix broken links in docs (#1705)
1 parent ec048c7 commit 8aa3fb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,11 +372,11 @@ You may throw errors of the type `RpcError` with a string `message` in an RPC me
372372

373373
### Demo App
374374

375-
[examples/demo](examples/demo/) contains a demo webapp that uses the SDK. Run it with `pnpm install && pnpm examples:demo`
375+
[examples/demo](https://github.com/livekit/client-sdk-js/tree/main/examples/demo/) contains a demo webapp that uses the SDK. Run it with `pnpm install && pnpm examples:demo`
376376

377377
### RPC Demo
378378

379-
[examples/rpc](examples/rpc/) contains a demo webapp that uses the SDK to showcase the RPC capabilities. Run it with `pnpm install && pnpm dev` from the `examples/rpc` directory.
379+
[examples/rpc](https://github.com/livekit/client-sdk-js/tree/main/examples/rpc/) contains a demo webapp that uses the SDK to showcase the RPC capabilities. Run it with `pnpm install && pnpm dev` from the `examples/rpc` directory.
380380

381381
## Browser Support
382382

0 commit comments

Comments
 (0)