Skip to content

Commit a16da91

Browse files
authored
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
1 parent 3775c50 commit a16da91

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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://ggerganov.github.io/whisper.cpp/bench.wasm
5+
Link: https://ggml.ai/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://ggerganov.github.io/whisper.cpp/command.wasm
6+
Online demo: https://ggml.ai/whisper.cpp/command.wasm/
77

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

examples/stream.wasm/README.md

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

33
Real-time transcription in the browser using WebAssembly
44

5-
Online demo: https://whisper.ggerganov.com/stream/
5+
Online demo: https://ggml.ai/whisper.cpp/stream.wasm/
66

77
## Build instructions
88

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://ggerganov.github.io/whisper.cpp/
25+
Link: https://ggml.ai/whisper.cpp/
2626

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

0 commit comments

Comments
 (0)