From 0844e8e9d426b4344d56e61d64004864b9e4a855 Mon Sep 17 00:00:00 2001 From: John Levon Date: Fri, 10 May 2024 10:21:15 +0100 Subject: [PATCH] docs: correct markdown links The syntax is [free text](https:/..). Signed-off-by: John Levon --- README.md | 3 +-- docs/spdk.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f8ae54e..84fd68f0 100644 --- a/README.md +++ b/README.md @@ -247,8 +247,7 @@ Live migration The `master` branch of `libvfio-user` implements live migration with a protocol based on vfio's v2 protocol. Currently, there is no support for this in any qemu client. For current use cases that support live migration, such as SPDK, you -should refer to the [https://github.com/nutanix/libvfio-user/tree/migration-v1] -(migration-v1 branch). +should refer to the [migration-v1 branch](https://github.com/nutanix/libvfio-user/tree/migration-v1). qemu ---- diff --git a/docs/spdk.md b/docs/spdk.md index de6dc36c..0738fa0b 100644 --- a/docs/spdk.md +++ b/docs/spdk.md @@ -100,7 +100,7 @@ https://www.linux-kvm.org/page/Migration. Note that the above live migration code in `qemu` and `SPDK` relies on the older live migration format, this is kept in the -[https://github.com/nutanix/libvfio-user/tree/migration-v1](migration-v1) +[migration-v1](https://github.com/nutanix/libvfio-user/tree/migration-v1) branch of `libvfio-user`. libvirt