Fix missing link on todomvc example

This commit is contained in:
Camille TJHOA 2019-02-17 16:19:23 +00:00
parent 9e40a6d02b
commit eda7541e45

View File

@ -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