From 8141da05b4f4056207bd250db0fbd64fa4c2e62c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Fri, 12 Sep 2025 14:05:04 +0100 Subject: [PATCH] README.md: fix link to GPU docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the space so the link renders properly. Signed-off-by: Alex Bennée --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d7d108..29e87c0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Here is the list of device backends that we support: - [CAN](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-can/README.md) - [Console](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-console/README.md) - [GPIO](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-gpio/README.md) -- [GPU] (https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-gpu/README.md) +- [GPU](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-gpu/README.md) - [I2C](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-i2c/README.md) - [Input](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-input/README.md) - [RNG](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-rng/README.md)