From d39e99cdd74f3ae45590da0ac4b7c572db0ea2a3 Mon Sep 17 00:00:00 2001 From: Li Zebin Date: Thu, 18 May 2023 00:49:25 +0800 Subject: [PATCH] docs: fix the wrong file link in vsock README.md Signed-off-by: Li Zebin --- crates/vsock/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/vsock/README.md b/crates/vsock/README.md index 5190ccd..14d084b 100644 --- a/crates/vsock/README.md +++ b/crates/vsock/README.md @@ -33,7 +33,7 @@ the crate are split into various files as described below: - [vsock_conn.rs](src/vsock_conn.rs) - Module introduces a **VsockConnection** structure that represents a single vsock connection between the guest and the host. It also processes packets according to their type. -- [vhu_vsock.rs](src/lib.rs) +- [vhu_vsock.rs](src/vhu_vsock.rs) - exposes the main vhost user vsock backend interface. ## Usage