From 4da073ca06ca81f05e78c19e75ba7f7702141850 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Wed, 23 Sep 2020 01:04:25 +0800 Subject: [PATCH] example/webaudio: Fix typo for the link to compiled example (#2315) Signed-off-by: Xuanwo --- examples/webaudio/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/webaudio/README.md b/examples/webaudio/README.md index 78d4db39618..9797f855190 100644 --- a/examples/webaudio/README.md +++ b/examples/webaudio/README.md @@ -3,7 +3,7 @@ [View documentation for this example online][dox] or [View compiled example online][compiled] -[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/web-audio/ +[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/webaudio/ [dox]: https://rustwasm.github.io/docs/wasm-bindgen/examples/web-audio.html You can build the example locally with: