From 07d16ec892de06ebccad615e5a4b5707b7ec2057 Mon Sep 17 00:00:00 2001 From: "Richard Dodd (dodj)" Date: Sun, 15 Jul 2018 18:33:28 +0000 Subject: [PATCH] fix link --- examples/console_log/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/console_log/README.md b/examples/console_log/README.md index 24999015..27a58418 100644 --- a/examples/console_log/README.md +++ b/examples/console_log/README.md @@ -18,4 +18,4 @@ and then opening up `index.html` in a web browser should show a dialog! For more information about this example be sure to check out [`hello_world`][hello] which also has more comments about caveats and such. -[hello]: https://github.com/alexcrichton/wasm-bindgen/tree/master/examples/hello_world +[hello]: https://github.com/rustwasm/wasm-bindgen/tree/master/examples/hello_world