From 22887d0423b7f9682d5a192dff7a0f86eb2686de Mon Sep 17 00:00:00 2001 From: Eason WaveKat Date: Mon, 30 Mar 2026 20:14:55 +1300 Subject: [PATCH] docs: make star badges clickable links to their repos Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93f3818..9f388fe 100644 --- a/README.md +++ b/README.md @@ -19,10 +19,10 @@ WaveKat builds open-source, AI-powered solutions that put enterprise-grade capab | Repo | What it does | Stars | |------|-------------|-------| -| [wavekat-core](https://github.com/wavekat/wavekat-core) | Shared audio primitives (`AudioFrame`, sample format conversion) | ![GitHub stars](https://img.shields.io/github/stars/wavekat/wavekat-core?style=flat-square) | -| [wavekat-vad](https://github.com/wavekat/wavekat-vad) | Voice Activity Detection — WebRTC, Silero, TEN-VAD, FireRedVAD | ![GitHub stars](https://img.shields.io/github/stars/wavekat/wavekat-vad?style=flat-square) | -| [wavekat-turn](https://github.com/wavekat/wavekat-turn) | Turn detection — knows when a speaker is done talking | ![GitHub stars](https://img.shields.io/github/stars/wavekat/wavekat-turn?style=flat-square) | -| [wavekat-lab](https://github.com/wavekat/wavekat-lab) | Interactive dashboard for testing and comparing audio backends | ![GitHub stars](https://img.shields.io/github/stars/wavekat/wavekat-lab?style=flat-square) | +| [wavekat-core](https://github.com/wavekat/wavekat-core) | Shared audio primitives (`AudioFrame`, sample format conversion) | [![GitHub stars](https://img.shields.io/github/stars/wavekat/wavekat-core?style=flat-square)](https://github.com/wavekat/wavekat-core) | +| [wavekat-vad](https://github.com/wavekat/wavekat-vad) | Voice Activity Detection — WebRTC, Silero, TEN-VAD, FireRedVAD | [![GitHub stars](https://img.shields.io/github/stars/wavekat/wavekat-vad?style=flat-square)](https://github.com/wavekat/wavekat-vad) | +| [wavekat-turn](https://github.com/wavekat/wavekat-turn) | Turn detection — knows when a speaker is done talking | [![GitHub stars](https://img.shields.io/github/stars/wavekat/wavekat-turn?style=flat-square)](https://github.com/wavekat/wavekat-turn) | +| [wavekat-lab](https://github.com/wavekat/wavekat-lab) | Interactive dashboard for testing and comparing audio backends | [![GitHub stars](https://img.shields.io/github/stars/wavekat/wavekat-lab?style=flat-square)](https://github.com/wavekat/wavekat-lab) | ## Tech Stack