From 04e29db5881d10d407729151144c8cc66021a416 Mon Sep 17 00:00:00 2001 From: limira <20672976+limira@users.noreply.github.com> Date: Fri, 6 Jul 2018 23:09:48 +0700 Subject: [PATCH] Correct link to WebIDL issue (#402) --- examples/dom/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dom/src/lib.rs b/examples/dom/src/lib.rs index de953406..6672cd47 100644 --- a/examples/dom/src/lib.rs +++ b/examples/dom/src/lib.rs @@ -10,7 +10,7 @@ use wasm_bindgen::prelude::*; // These definitions need to be hand-written today but the current vision is // that we'll use WebIDL to generate this `extern` block into a crate which you // can link and import. There's a tracking issue for this at -// https://github.com/alexcrichton/wasm-bindgen/issues/42 +// https://github.com/rustwasm/wasm-bindgen/issues/42 // // In the meantime these are written out by hand and correspond to the names and // signatures documented on MDN, for example