From 5c53e9acdf1e5238bebfe0511b54725614ad1898 Mon Sep 17 00:00:00 2001 From: Fazer Date: Sat, 11 Jul 2026 23:56:44 +0200 Subject: [PATCH] fix: remove broken documentation links (#82, #75) The openmdev.io wiki and docs.linux-gvm.org are no longer available. Replace with working references to the blog post and GitHub repository. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cc6dc52..9cc1a77 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,8 @@ LibVF.IO is a vendor neutral GPU multiplexing tool driven by YAML & VFIO. Read the setup guide here: https://arccompute.com/blog/libvfio-commodity-gpu-multiplexing/ -The following pages provide a basic introduction to LibVF.IO: - -1. [Usage](https://openmdev.io/index.php/LibVF.IO#Usage) -2. [YAML API](https://openmdev.io/index.php/LibVF.IO#YAML_API) +> **Note:** The original documentation wiki at openmdev.io is no longer available. +> Please refer to the blog post above and the source code for the latest usage information. # Community @@ -28,7 +26,7 @@ Discord: https://discord.gg/Rb9K9DYxKK # Related Projects & Tools -[GPU Virtual Machine (GVM)](https://docs.linux-gvm.org/) +[GPU Virtual Machine (GVM)](https://github.com/linux-gvm/linux-gvm) [Looking Glass](https://github.com/gnif/LookingGlass)