From 2d8e40e2a06efed882d697bdfdb2308b59891175 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Mon, 31 Mar 2025 12:32:27 +0200 Subject: [PATCH] examples : update README links to point to pages deployment (#2971) This commit updates the README links to point to the pages deployment instead of whisper.ggerganov.com. --- examples/bench.wasm/README.md | 2 +- examples/command.wasm/README.md | 2 +- examples/whisper.wasm/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/bench.wasm/README.md b/examples/bench.wasm/README.md index 19e868eb..2b7a95d3 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://whisper.ggerganov.com/bench/ +Link: https://ggerganov.github.io/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 fb83c93b..3e55dd0d 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://whisper.ggerganov.com/command/ +Online demo: https://ggerganov.github.io/whisper.cpp/command.wasm Terminal version: [examples/command](/examples/command) diff --git a/examples/whisper.wasm/README.md b/examples/whisper.wasm/README.md index 5a142b2f..3b5934cd 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://whisper.ggerganov.com +Link: https://ggerganov.github.io/whisper.cpp/ ![image](https://user-images.githubusercontent.com/1991296/197348344-1a7fead8-3dae-4922-8b06-df223a206603.png)