diff options
author | 2022-11-10 18:14:40 +0100 | |
---|---|---|
committer | 2022-11-10 18:14:40 +0100 | |
commit | a6298ba12c038d5eaddca9327abb385aa72a82e9 (patch) | |
tree | c4de9c79697e5ebf982ff1cdb1e36439eda49204 /core/src/lib.rs | |
parent | b24f0b1ce1e51b1baca89418f2871d9f1bf74f26 (diff) | |
download | iced-a6298ba12c038d5eaddca9327abb385aa72a82e9.tar.gz iced-a6298ba12c038d5eaddca9327abb385aa72a82e9.tar.bz2 iced-a6298ba12c038d5eaddca9327abb385aa72a82e9.zip |
Fix outdated links in documentation
Diffstat (limited to 'core/src/lib.rs')
-rw-r--r-- | core/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs index 03ba8cca..383b4f73 100644 --- a/core/src/lib.rs +++ b/core/src/lib.rs @@ -7,7 +7,7 @@ //!  //! //! [Iced]: https://github.com/iced-rs/iced -//! [`iced_native`]: https://github.com/iced-rs/iced/tree/0.4/native +//! [`iced_native`]: https://github.com/iced-rs/iced/tree/0.5/native //! [`iced_web`]: https://github.com/iced-rs/iced_web #![doc( html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg" |