aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2024-12-25 17:08:21 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2024-12-25 17:08:21 +0100
commit2bf590defbf06c8f3fcd3b9200b797c24de76818 (patch)
treec8f9ca43c534775287207b3fe5ad2d2e0f8604c6 /README.md
parentc5e4dc52479fc87ec46b4cd56e171757df8cd8e0 (diff)
downloadmatcha-threads-2bf590defbf06c8f3fcd3b9200b797c24de76818.tar.gz
matcha-threads-2bf590defbf06c8f3fcd3b9200b797c24de76818.zip
readme: fix action badgeHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3e686ad..276ec8f 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# matcha-threads
-![check-examples][badge_check_examples] [![blog][badge_blog]][html_blog]
+[![check-examples][badge_check]][html_check] [![blog][badge_blog]][html_blog]
+
+
A simple and unsafe implementation of `cooperative-multitasking` in userspace
(see [`fibers`][fiber_wiki]).
@@ -91,6 +93,7 @@ make ARCH=riscv64 demo1
This project is licensed under the [MIT](LICENSE) license.
[fiber_wiki]: https://en.wikipedia.org/wiki/Fiber_(computer_science)
-[badge_check_examples]: https://github.com/johannst/matcha-threads/workflows/check-examples/badge.svg
+[html_check]: https://github.com/johannst/matcha-threads/actions/workflows/check.yml
+[badge_check]: https://github.com/johannst/matcha-threads/actions/workflows/check.yml/badge.svg
[html_blog]: https://blog.memzero.de/xpost-matcha-threads
[badge_blog]: https://img.shields.io/badge/blog_entry-gray?logo=mdbook