From ff2a470fd85cc3ccf8c32f6268a0e8aa0075dd38 Mon Sep 17 00:00:00 2001 From: LordRatte Date: Thu, 23 Dec 2021 09:34:37 +0200 Subject: Change GitHub namespace to new org for all files --- native/src/event.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'native/src/event.rs') diff --git a/native/src/event.rs b/native/src/event.rs index 1c26b5f2..27540a25 100644 --- a/native/src/event.rs +++ b/native/src/event.rs @@ -9,7 +9,7 @@ use crate::window; /// _**Note:** This type is largely incomplete! If you need to track /// additional events, feel free to [open an issue] and share your use case!_ /// -/// [open an issue]: https://github.com/hecrj/iced/issues +/// [open an issue]: https://github.com/iced-rs/iced/issues #[derive(Debug, Clone, PartialEq)] pub enum Event { /// A keyboard event -- cgit