diff options
author | Joshua Sing <joshua@hypera.dev> | 2023-11-09 02:28:33 +1100 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-03 09:12:06 -0600 |
commit | 8259d09d1bca390f656912532143d9d3e68c1e39 (patch) | |
tree | b7d493105de57d3e3495ae58f706b9bb67e83268 /README.md | |
parent | 5e267cd090ae7c774b409394e959c1568315f3ba (diff) | |
download | portable-8259d09d1bca390f656912532143d9d3e68c1e39.tar.gz portable-8259d09d1bca390f656912532143d9d3e68c1e39.tar.bz2 portable-8259d09d1bca390f656912532143d9d3e68c1e39.zip |
readme: fix CI workflow badge images
Update the workflow badge images to use the new workflow names
introduced in: #942, #941, #934
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,13 +1,11 @@ | |||
1 |  | 1 |  |
2 | ## Official portable version of [LibreSSL](https://www.libressl.org) ## | 2 | ## Official portable version of [LibreSSL](https://www.libressl.org) ## |
3 | 3 | ||
4 | [](https://github.com/libressl/portable/actions/workflows/linux_test.yml) | 4 | [](https://github.com/libressl/portable/actions/workflows/linux.yml) |
5 | [](https://github.com/libressl/portable/actions/workflows/macos_test.yml) | 5 | [](https://github.com/libressl/portable/actions/workflows/macos.yml) |
6 | [](https://github.com/libressl/portable/actions/workflows/android_test.yml) | 6 | [](https://github.com/libressl/portable/actions/workflows/android.yml) |
7 | [](https://github.com/libressl/portable/actions/workflows/cross_test.yml) | ||
8 | [](https://github.com/libressl/portable/actions/workflows/solaris_test.yml) | 7 | [](https://github.com/libressl/portable/actions/workflows/solaris_test.yml) |
9 | [](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:libressl) | 8 | [](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:libressl) |
10 | [](https://github.com/libressl/portable/actions/workflows/linux_test_asan.yml) | ||
11 | 9 | ||
12 | LibreSSL is a fork of [OpenSSL](https://www.openssl.org) 1.0.1g developed by the | 10 | LibreSSL is a fork of [OpenSSL](https://www.openssl.org) 1.0.1g developed by the |
13 | [OpenBSD](https://www.openbsd.org) project. Our goal is to modernize the codebase, | 11 | [OpenBSD](https://www.openbsd.org) project. Our goal is to modernize the codebase, |