From 0272c250f44949d0df957469f97b9dfad63363bd Mon Sep 17 00:00:00 2001 From: akil Date: Fri, 6 Mar 2020 16:35:28 +0530 Subject: [PATCH] Fix 404 link Fix a 404 link in the ReadMe --- README.md | 1 + examples/play-from-disk-renegotation/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b0aa194..0ed09dbe 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,7 @@ Check out the **[contributing wiki](https://github.com/pion/webrtc/wiki/Contribu * [Clayton McCray](https://github.com/ClaytonMcCray) * [lawl](https://github.com/lawl) * [Jorropo](https://github.com/Jorropo) +* [Akil](https://github.com/akilude) ### License MIT License - see [LICENSE](LICENSE) for full text diff --git a/examples/play-from-disk-renegotation/README.md b/examples/play-from-disk-renegotation/README.md index 32ab6b1b..68434adc 100644 --- a/examples/play-from-disk-renegotation/README.md +++ b/examples/play-from-disk-renegotation/README.md @@ -1,7 +1,7 @@ # play-from-disk-renegotiation play-from-disk-renegotiation demonstrates Pion WebRTC's renegotiation abilities. -For a simpler example of playing a file from disk we also have [examples/play-from-disk](examples/play-from-disk) +For a simpler example of playing a file from disk we also have [examples/play-from-disk](/examples/play-from-disk) ## Instructions