Skip to content

Commit

Permalink
docs: correct markdown links
Browse files Browse the repository at this point in the history
The syntax is [free text](https:/..).

Signed-off-by: John Levon <john.levon@nutanix.com>
  • Loading branch information
jlevon committed May 10, 2024
1 parent 99e0e09 commit 0844e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----
Expand Down
2 changes: 1 addition & 1 deletion docs/spdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0844e8e

Please sign in to comment.