docs: fix the wrong file link in vsock README.md

Signed-off-by: Li Zebin <cutelizebin@gmail.com>
This commit is contained in:
Li Zebin 2023-05-18 00:49:25 +08:00 committed by Stefano Garzarella
parent 9e8a4efdb9
commit d39e99cdd7

View File

@ -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