diff --git a/examples/save-to-disk-av1/README.md b/examples/save-to-disk-av1/README.md index 961dd56fd84..11893775862 100644 --- a/examples/save-to-disk-av1/README.md +++ b/examples/save-to-disk-av1/README.md @@ -5,7 +5,7 @@ If you wish to save VP8 and Opus instead of AV1 see [save-to-disk](https://githu If you wish to save VP8/Opus inside the same file see [save-to-webm](https://github.com/pion/example-webrtc-applications/tree/master/save-to-webm) -You can then send this video back to your browser using [play-from-disk](https://github.com/pion/example-webrtc-applications/tree/master/play-from-disk) +You can then send this video back to your browser using [play-from-disk](https://github.com/pion/webrtc/tree/master/examples/play-from-disk) ## Instructions ### Download save-to-disk-av1 diff --git a/examples/save-to-disk/README.md b/examples/save-to-disk/README.md index 6aa38241743..63abeb41f35 100644 --- a/examples/save-to-disk/README.md +++ b/examples/save-to-disk/README.md @@ -5,7 +5,7 @@ If you wish to save VP8/Opus inside the same file see [save-to-webm](https://git If you wish to save AV1 instead see [save-to-disk-av1](https://github.com/pion/webrtc/tree/master/examples/save-to-disk-av1) -You can then send this video back to your browser using [play-from-disk](https://github.com/pion/example-webrtc-applications/tree/master/play-from-disk) +You can then send this video back to your browser using [play-from-disk](https://github.com/pion/webrtc/tree/master/examples/play-from-disk) ## Instructions ### Download save-to-disk