summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomohiro IKEDA <rilakkuma.san.xjapan@gmail.com>2022-05-15 10:05:11 +0900
committerJaroslav Kysela <perex@perex.cz>2022-05-19 12:47:24 +0200
commit812a772de4e8ce9004bbcf951ffe73c4a1ad022a (patch)
tree1676d618ea313096ced06d20e8694efd9288b1be
parent06ddcbe88eded3a7ec55aa74d6301eb8dbf575c8 (diff)
downloadalsa-lib-812a772de4e8ce9004bbcf951ffe73c4a1ad022a.tar.gz
README: Add link to GitHub Actions
Fixes: https://github.com/alsa-project/alsa-lib/pull/225 From: Tomohiro IKEDA <rilakkuma.san.xjapan@gmail.com> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 56af78d0..2cf6a077 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# alsa-lib
## Advanced Linux Sound Architecture (ALSA) project
-![Build alsa-lib](https://github.com/alsa-project/alsa-lib/workflows/Build%20alsa-lib/badge.svg?branch=master)
+[![Build alsa-lib](https://github.com/alsa-project/alsa-lib/workflows/Build%20alsa-lib/badge.svg?branch=master)](https://github.com/alsa-project/alsa-lib/actions/workflows/build.yml)
The alsa-lib is a library to interface with ALSA in the Linux kernel and
virtual devices using a plugin system.