diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2022-06-08 11:17:59 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-06-08 11:17:59 +0200 |
commit | d7d467f60cb5502782f7dbf88ce7eace3b0f38c1 (patch) | |
tree | 1cd4e7923eaad947af487f07089867f0097996de | |
parent | deda03bfc2fdcceb8a48ffa462d73d029e80e342 (diff) | |
download | passt-d7d467f60cb5502782f7dbf88ce7eace3b0f38c1.tar passt-d7d467f60cb5502782f7dbf88ce7eace3b0f38c1.tar.gz passt-d7d467f60cb5502782f7dbf88ce7eace3b0f38c1.tar.bz2 passt-d7d467f60cb5502782f7dbf88ce7eace3b0f38c1.tar.lz passt-d7d467f60cb5502782f7dbf88ce7eace3b0f38c1.tar.xz passt-d7d467f60cb5502782f7dbf88ce7eace3b0f38c1.tar.zst passt-d7d467f60cb5502782f7dbf88ce7eace3b0f38c1.zip |
README: Fix links to static builds
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -530,7 +530,7 @@ See also the [test logs](/builds/latest/test/). cd passt make - * alternatively, [static builds]((/builds/latest/x86_64/) for x86_64 as of + * alternatively, [static builds](/builds/latest/x86_64/) for x86_64 as of the latest commit are also available for convenience. Non-official packages for Debian (and derivatives) and RPM-based distributions are also available there. These binaries and packages are simply built with: @@ -588,7 +588,7 @@ See also the [test logs](/builds/latest/test/). cd passt make - * alternatively, [static builds]((/builds/latest/x86_64/) for x86_64 as of + * alternatively, [static builds](/builds/latest/x86_64/) for x86_64 as of the latest commit are also available for convenience. Non-official packages for Debian (and derivatives) and RPM-based distributions are also available there. These binaries and packages are simply built with: |