Skip to content

Commit 8141da0

Browse files
stsquadepilys
authored andcommitted
README.md: fix link to GPU docs
Remove the space so the link renders properly. Signed-off-by: Alex Bennée <[email protected]>
1 parent 2233714 commit 8141da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Here is the list of device backends that we support:
1717
- [CAN](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-can/README.md)
1818
- [Console](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-console/README.md)
1919
- [GPIO](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-gpio/README.md)
20-
- [GPU] (https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-gpu/README.md)
20+
- [GPU](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-gpu/README.md)
2121
- [I2C](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-i2c/README.md)
2222
- [Input](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-input/README.md)
2323
- [RNG](https://github.com/rust-vmm/vhost-device/blob/main/vhost-device-rng/README.md)

0 commit comments

Comments
 (0)