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