From 0eeb9508617a170b97df935952d42973499c923a Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Mon, 21 Sep 2020 02:01:09 +0800 Subject: [PATCH] example/webaudio: Fix typo for the link to compiled example 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: