docs: correct markdown links (#796)

The syntax is [free text](https:/..).

Signed-off-by: John Levon <john.levon@nutanix.com>
diff --git a/README.md b/README.md
index 3f8ae54..84fd68f 100644
--- a/README.md
+++ b/README.md
@@ -247,8 +247,7 @@
 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 @@
 
 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