Skip to content

Commit

Permalink
Fix broken links in save-to-disk examples
Browse files Browse the repository at this point in the history
  • Loading branch information
xdrudis authored and Sean-Der committed Jan 2, 2025
1 parent 384646e commit 92d573c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/save-to-disk-av1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/save-to-disk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92d573c

Please sign in to comment.