Skip to content

Commit 2d8e40e

Browse files
authored
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.
1 parent e17af65 commit 2d8e40e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/bench.wasm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Benchmark the performance of whisper.cpp in the browser using WebAssembly
44

5-
Link: https://whisper.ggerganov.com/bench/
5+
Link: https://ggerganov.github.io/whisper.cpp/bench.wasm
66

77
Terminal version: [examples/bench](/examples/bench)
88

examples/command.wasm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This is a basic Voice Assistant example that accepts voice commands from the microphone.
44
It runs in fully in the browser via WebAseembly.
55

6-
Online demo: https://whisper.ggerganov.com/command/
6+
Online demo: https://ggerganov.github.io/whisper.cpp/command.wasm
77

88
Terminal version: [examples/command](/examples/command)
99

examples/whisper.wasm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ audio is limited to 120 seconds.
2222

2323
## Live demo
2424

25-
Link: https://whisper.ggerganov.com
25+
Link: https://ggerganov.github.io/whisper.cpp/
2626

2727
![image](https://user-images.githubusercontent.com/1991296/197348344-1a7fead8-3dae-4922-8b06-df223a206603.png)
2828

0 commit comments

Comments
 (0)