From a16da91365700f396da916d16a7f5a2ec99364b9 Mon Sep 17 00:00:00 2001 From: Greg Sadetsky Date: Sat, 12 Jul 2025 17:22:35 -0400 Subject: [PATCH] examples : update links in wasm examples (#3318) * fix 404 link * update link in whisper.wasm example * update example in command.wasm * update link in bench.wasm example * update link in stream.wasm example --- examples/bench.wasm/README.md | 2 +- examples/command.wasm/README.md | 2 +- examples/stream.wasm/README.md | 2 +- examples/whisper.wasm/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/bench.wasm/README.md b/examples/bench.wasm/README.md index 726d4d08..1a16a110 100644 --- a/examples/bench.wasm/README.md +++ b/examples/bench.wasm/README.md @@ -2,7 +2,7 @@ Benchmark the performance of whisper.cpp in the browser using WebAssembly -Link: https://ggerganov.github.io/whisper.cpp/bench.wasm +Link: https://ggml.ai/whisper.cpp/bench.wasm/ Terminal version: [examples/bench](/examples/bench) diff --git a/examples/command.wasm/README.md b/examples/command.wasm/README.md index 78d8776f..b46b89e2 100644 --- a/examples/command.wasm/README.md +++ b/examples/command.wasm/README.md @@ -3,7 +3,7 @@ This is a basic Voice Assistant example that accepts voice commands from the microphone. It runs in fully in the browser via WebAseembly. -Online demo: https://ggerganov.github.io/whisper.cpp/command.wasm +Online demo: https://ggml.ai/whisper.cpp/command.wasm/ Terminal version: [examples/command](/examples/command) diff --git a/examples/stream.wasm/README.md b/examples/stream.wasm/README.md index f3c0c3d7..29ff982d 100644 --- a/examples/stream.wasm/README.md +++ b/examples/stream.wasm/README.md @@ -2,7 +2,7 @@ Real-time transcription in the browser using WebAssembly -Online demo: https://whisper.ggerganov.com/stream/ +Online demo: https://ggml.ai/whisper.cpp/stream.wasm/ ## Build instructions diff --git a/examples/whisper.wasm/README.md b/examples/whisper.wasm/README.md index f1bb7cad..b267d3d2 100644 --- a/examples/whisper.wasm/README.md +++ b/examples/whisper.wasm/README.md @@ -22,7 +22,7 @@ audio is limited to 120 seconds. ## Live demo -Link: https://ggerganov.github.io/whisper.cpp/ +Link: https://ggml.ai/whisper.cpp/ ![image](https://user-images.githubusercontent.com/1991296/197348344-1a7fead8-3dae-4922-8b06-df223a206603.png)