Skip to content

Commit c0f8a9f

Browse files
alyssaisAblu
authored andcommitted
vhost_user: format links in docs correctly
This resolves a rustdoc warning, and makes the links appear as links in the rendered documentation. Signed-off-by: Alyssa Ross <[email protected]>
1 parent 1e444b5 commit c0f8a9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vhost/src/vhost_user/gpu_backend_req.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ impl BackendInternal {
100100

101101
/// Proxy for sending messages from the backend to the fronted
102102
/// over the socket obtained from VHOST_USER_GPU_SET_SOCKET.
103-
/// The protocol is documented here: https://www.qemu.org/docs/master/interop/vhost-user-gpu.html
103+
/// The protocol is documented here: <https://www.qemu.org/docs/master/interop/vhost-user-gpu.html>
104104
#[derive(Clone)]
105105
pub struct GpuBackend {
106106
// underlying Unix domain socket for communication

vhost/src/vhost_user/gpu_message.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: Apache-2.0
33

44
//! Implementation parts of the protocol on the socket from VHOST_USER_SET_GPU_SOCKET
5-
//! see: https://www.qemu.org/docs/master/interop/vhost-user-gpu.html
5+
//! see: <https://www.qemu.org/docs/master/interop/vhost-user-gpu.html>
66
77
use super::enum_value;
88
use crate::vhost_user::message::{MsgHeader, Req, VhostUserMsgValidator};

0 commit comments

Comments
 (0)