From e871fa9f224dd0cba8d01b16f3c7a4fc06cdc1ed Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Thu, 7 Oct 2021 15:14:22 +0200 Subject: [PATCH] README: Drop domain part in absolute links Signed-off-by: Stefano Brivio --- README.md | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 47f7ec1..f98183d 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,15 @@ replacement for Slirp. - - - - - - - - - + + + + + + + + + @@ -37,7 +37,7 @@ replacement for Slirp. - + -Test logs [here](https://passt.top/builds/latest/test/). +Test logs [here](/builds/latest/test/). ## Performance @@ -327,8 +327,8 @@ Test logs [here](https://passt.top/builds/latest/test/). * alternatively, static builds for x86_64, with or without AVX2 instructions, as of the latest commit are also available for convenience - [here](https://passt.top/builds/latest/x86_64/avx2/) and - [here](https://passt.top/builds/latest/x86_64/). Convenience, non-official + [here](/builds/latest/x86_64/avx2/) and + [here](/builds/latest/x86_64/). Convenience, non-official packages for Debian (and derivatives) and RPM-based distributions are also available there. These binaries and packages are simply built with: @@ -355,12 +355,12 @@ Test logs [here](https://passt.top/builds/latest/test/). ip netns exec passt ./qrap 5 qemu-system-x86_64 ... -net socket,fd=5 -net nic,model=virtio ... - * or patch qemu with [this patch](https://passt.top/passt/tree/qemu/0001-net-Allow-also-UNIX-domain-sockets-to-be-used-as-net.patch) + * or patch qemu with [this patch](/passt/tree/qemu/0001-net-Allow-also-UNIX-domain-sockets-to-be-used-as-net.patch) and start it like this: qemu-system-x86_64 ... -net socket,connect=/tmp/passt.socket -net nic,model=virtio -* alternatively, you can use libvirt, with [this patch](https://passt.top/passt/tree/libvirt/0001-conf-Introduce-support-for-UNIX-domain-socket-as-qem.patch), +* alternatively, you can use libvirt, with [this patch](/passt/tree/libvirt/0001-conf-Introduce-support-for-UNIX-domain-socket-as-qem.patch), to start qemu (with the patch mentioned above), with this kind of network interface configuration: @@ -390,8 +390,8 @@ Test logs [here](https://passt.top/builds/latest/test/). * alternatively, static builds for x86_64, with or without AVX2 instructions, as of the latest commit are also available for convenience - [here](https://passt.top/builds/latest/x86_64/avx2/) and - [here](https://passt.top/builds/latest/x86_64/). Convenience, non-official + [here](/builds/latest/x86_64/avx2/) and + [here](/builds/latest/x86_64/). Convenience, non-official packages for Debian (and derivatives) and RPM-based distributions are also available there. These binaries and packages are simply built with: