From 2cdc45cef774efb12e8251ffc24aa90f21c123b2 Mon Sep 17 00:00:00 2001 From: ibaryshnikov Date: Fri, 30 Nov 2018 23:36:27 +0300 Subject: [PATCH] fixed link to compiled raytrace-parallel in examples --- examples/raytrace-parallel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/raytrace-parallel/README.md b/examples/raytrace-parallel/README.md index eb3f8af9..7e6e3505 100644 --- a/examples/raytrace-parallel/README.md +++ b/examples/raytrace-parallel/README.md @@ -4,7 +4,7 @@ online][compiled] [dox]: https://rustwasm.github.io/wasm-bindgen/examples/raytrace.html -[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/raytrace/ +[compiled]: https://rustwasm.github.io/wasm-bindgen/exbuild/raytrace-parallel/ You can build the example locally with: