From 4a7efd40923bf705c3761ada9119e9c1c276ab40 Mon Sep 17 00:00:00 2001 From: Changyuan Lyu Date: Mon, 28 Apr 2025 09:56:06 -0700 Subject: [PATCH 1/2] docs: add links to badges Signed-off-by: Changyuan Lyu --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87bc0a8b..c605d36c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Alioth -![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/google/alioth/rust.yml) +[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/google/alioth/rust.yml)](https://github.com/google/alioth/actions/workflows/rust.yml) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/google/alioth) -![Crates.io Version](https://img.shields.io/crates/v/alioth) -![Crates.io License](https://img.shields.io/crates/l/alioth) +[![Crates.io Version](https://img.shields.io/crates/v/alioth)](https://crates.io/crates/alioth) +[![Crates.io License](https://img.shields.io/crates/l/alioth)](LICENSE) Alioth /AL-lee-oth/ is an experimental [KVM](https://docs.kernel.org/virt/kvm/api.html)-based type-2 hypervisor From 8e41fc51d8f35b51f0c2732eda0bf8eb2d1c2b04 Mon Sep 17 00:00:00 2001 From: Changyuan Lyu Date: Mon, 28 Apr 2025 10:01:47 -0700 Subject: [PATCH 2/2] docs: add deepwiki badge Signed-off-by: Changyuan Lyu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c605d36c..e55eb469 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/google/alioth) [![Crates.io Version](https://img.shields.io/crates/v/alioth)](https://crates.io/crates/alioth) [![Crates.io License](https://img.shields.io/crates/l/alioth)](LICENSE) +[![DeepWiki](https://img.shields.io/badge/DeepWiki-google%2Falioth-blue.svg)](https://deepwiki.com/google/alioth) Alioth /AL-lee-oth/ is an experimental [KVM](https://docs.kernel.org/virt/kvm/api.html)-based type-2 hypervisor