aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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