Fixes outdated links

This commit is contained in:
Roberto Vidal
2018-12-13 15:25:15 +01:00
parent 53d6e00b70
commit 08680276ae
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
//! # TODO MVC
//!
//! A [TODO MVC](https://todomvc.com/) implementation written using [web-sys](https://rustwasm.github.io/wasm-bindgen/web-sys/overview.html)
//! A [TODO MVC](http://todomvc.com/) implementation written using [web-sys](https://rustwasm.github.io/wasm-bindgen/web-sys/overview.html)
use wasm_bindgen::prelude::*;