Skip to content

Commit

Permalink
Updating the links in the events crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauan committed Sep 13, 2019
1 parent 07d050e commit 1fb3bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/events/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<sub>Built with 🦀🕸 by <a href="https://rustwasm.github.io/">The Rust and WebAssembly Working Group</a></sub>
</div>

Using event listeners with [`web-sys`](https://crates.io/crates/web-sys) is hard! This crate provides an [`EventListener`](struct.EventListener.html) type which makes it easy!
Using event listeners with [`web-sys`](https://crates.io/crates/web-sys) is hard! This crate provides an [`EventListener`](https://docs.rs/gloo-events/0.1.0/gloo_events/struct.EventListener.html) type which makes it easy!

See the documentation for [`EventListener`](struct.EventListener.html) for more information.
See the documentation for [`EventListener`](https://docs.rs/gloo-events/0.1.0/gloo_events/struct.EventListener.html) for more information.

0 comments on commit 1fb3bbd

Please sign in to comment.