From 08680276ae12cf0eaa5f599c10a9b1de85e42aea Mon Sep 17 00:00:00 2001 From: Roberto Vidal Date: Thu, 13 Dec 2018 15:25:15 +0100 Subject: [PATCH] Fixes outdated links --- examples/todomvc/src/lib.rs | 2 +- guide/src/examples/todomvc.md | 2 +- guide/src/web-sys/function-overloads.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/todomvc/src/lib.rs b/examples/todomvc/src/lib.rs index 8fb34e88..befbcaf7 100644 --- a/examples/todomvc/src/lib.rs +++ b/examples/todomvc/src/lib.rs @@ -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::*; diff --git a/guide/src/examples/todomvc.md b/guide/src/examples/todomvc.md index 67de4acb..6edee535 100644 --- a/guide/src/examples/todomvc.md +++ b/guide/src/examples/todomvc.md @@ -5,7 +5,7 @@ [online]: https://rustwasm.github.io/wasm-bindgen/exbuild/todomvc/ [code]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/todomvc -[wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) and [web-sys](https://rustwasm.github.io/wasm-bindgen/api/web_sys/) coded [TODO MVC](https://todomvc.com/) +[wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) and [web-sys](https://rustwasm.github.io/wasm-bindgen/api/web_sys/) coded [TODO MVC](http://todomvc.com/) The code was rewritten from the [ES6 version](http://todomvc.com/examples/vanilla-es6/). diff --git a/guide/src/web-sys/function-overloads.md b/guide/src/web-sys/function-overloads.md index 02c93af8..0d500c22 100644 --- a/guide/src/web-sys/function-overloads.md +++ b/guide/src/web-sys/function-overloads.md @@ -11,7 +11,7 @@ object. Therefore, we end up with these `web-sys` functions that all bind to the * [`Window::fetch_with_str`](https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Window.html#method.fetch_with_str) * [`Window::fetch_with_request`](https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Window.html#method.fetch_with_request) -* [`Window::fetch_with_str_and_init`](https://rustwasm.github.io/wasm-bindgen/api/web_sys/str_and_inituct.Window.html#method.fetch_with_str_and_init) +* [`Window::fetch_with_str_and_init`](https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Window.html#method.fetch_with_str_and_init) * [`Window::fetch_with_request_and_init`](https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Window.html#method.fetch_with_request_and_init) Note that different overloads can use different interfaces, and therefore can