summaryrefslogtreecommitdiffstats
path: root/glow
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-10 18:14:40 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-10 18:14:40 +0100
commita6298ba12c038d5eaddca9327abb385aa72a82e9 (patch)
treec4de9c79697e5ebf982ff1cdb1e36439eda49204 /glow
parentb24f0b1ce1e51b1baca89418f2871d9f1bf74f26 (diff)
downloadiced-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.rs2
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 @@
//! ![The native path of the Iced ecosystem](https://github.com/iced-rs/iced/blob/0525d76ff94e828b7b21634fa94a747022001c83/docs/graphs/native.png?raw=true)
//!
//! [`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"
)]