From eda7541e456552a35cdb4ccfc732cb023b097390 Mon Sep 17 00:00:00 2001 From: Camille TJHOA Date: Sun, 17 Feb 2019 16:19:23 +0000 Subject: [PATCH] Fix missing link on todomvc example --- guide/src/examples/todomvc.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/src/examples/todomvc.md b/guide/src/examples/todomvc.md index fa85ca82..aab67203 100644 --- a/guide/src/examples/todomvc.md +++ b/guide/src/examples/todomvc.md @@ -3,6 +3,7 @@ [View full source code][code] or [view the compiled example online][online] [online]: https://rustwasm.github.io/wasm-bindgen/exbuild/todomvc/ +[code]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/todomvc [element]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/todomvc/src/element.rs [scheduler]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/todomvc/src/scheduler.rs