From 37cb63614033f5ef915e920f7d1d521b68b5f882 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Fri, 11 Nov 2022 14:51:46 +0100 Subject: [PATCH] webrtc: README: fix couple of links Part-of: --- net/webrtc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/webrtc/README.md b/net/webrtc/README.md index 45c4dd67..24f76a10 100644 --- a/net/webrtc/README.md +++ b/net/webrtc/README.md @@ -21,8 +21,8 @@ useful alternative. * Application-provided signalling: `webrtcsink` can be instantiated by an application with a custom signaller. That signaller must be a GObject, and must implement the - `Signallable` interface as defined [here](plugins/src/webrtcsink/mod.rs). The - [default signaller](plugins/src/signaller/mod.rs) can be used as an example. + `Signallable` interface as defined [here](src/webrtcsink/mod.rs). The + [default signaller](src/signaller/mod.rs) can be used as an example. An [example project] is also available to use as a boilerplate for implementing and using a custom signaller.