From ac1fad7be27db181aa3d63a8e958f7e10655bf02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Mauduit?= Date: Wed, 10 Jun 2020 20:16:36 +0200 Subject: [PATCH] Updating link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ac8854..fe7d51c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ ## About Tweak of the great Wasm tutorial here : -[tutorials]: https://rustwasm.github.io/docs/wasm-pack/tutorials/index.html +[tutorials](https://rustwasm.github.io/docs/book/game-of-life/implementing.html) ## Links +* [`wasm-pack`](https://rustwasm.github.io/docs/wasm-pack/tutorials/index.html) * [`wasm-bindgen`](https://github.com/rustwasm/wasm-bindgen) for communicating between WebAssembly and JavaScript. * [`console_error_panic_hook`](https://github.com/rustwasm/console_error_panic_hook)