aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2024-05-14 15:29:40 -0700
committerGitHub <noreply@github.com>2024-05-14 23:29:40 +0100
commit324f74cee9201ea1a78a9bfb3fcbdba329006703 (patch)
tree4f3c1d85c57600c1b6d7b9159bb855238f6c1430
parent09bb7f16106eedbfb726379f7b7b518cc8a95b88 (diff)
downloadlibvfio-user-324f74cee9201ea1a78a9bfb3fcbdba329006703.zip
libvfio-user-324f74cee9201ea1a78a9bfb3fcbdba329006703.tar.gz
libvfio-user-324f74cee9201ea1a78a9bfb3fcbdba329006703.tar.bz2
docs: correct markdown links (#796)
The syntax is [free text](https:/..). Signed-off-by: John Levon <john.levon@nutanix.com>
-rw-r--r--README.md3
-rw-r--r--docs/spdk.md2
2 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3f8ae54..84fd68f 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 de6dc36..0738fa0 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