diff --git a/crates/events/README.md b/crates/events/README.md index 3a3f3833..0a855487 100644 --- a/crates/events/README.md +++ b/crates/events/README.md @@ -20,6 +20,6 @@ Built with 🦀🕸 by The Rust and WebAssembly Working Group -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.