summaryrefslogtreecommitdiffstats
path: root/core/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-04-30 13:54:07 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-04-30 13:54:07 +0200
commitac35fe3edf78c1674fe85b37549002e006b0ff13 (patch)
treea44b86d0160262fd011416adce61ef603474e99d /core/src/lib.rs
parenta17a7103d382f02c64e7b271d953ea6babffac97 (diff)
downloadiced-ac35fe3edf78c1674fe85b37549002e006b0ff13.tar.gz
iced-ac35fe3edf78c1674fe85b37549002e006b0ff13.tar.bz2
iced-ac35fe3edf78c1674fe85b37549002e006b0ff13.zip
Point repository links to `0.4` branch in documentation
Diffstat (limited to 'core/src/lib.rs')
-rw-r--r--core/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/lib.rs b/core/src/lib.rs
index 3eb9f659..318d4032 100644
--- a/core/src/lib.rs
+++ b/core/src/lib.rs
@@ -7,8 +7,8 @@
//! ![The foundations of the Iced ecosystem](https://github.com/iced-rs/iced/blob/0525d76ff94e828b7b21634fa94a747022001c83/docs/graphs/foundations.png?raw=true)
//!
//! [Iced]: https://github.com/iced-rs/iced
-//! [`iced_native`]: https://github.com/iced-rs/iced/tree/master/native
-//! [`iced_web`]: https://github.com/iced-rs/iced/tree/master/web
+//! [`iced_native`]: https://github.com/iced-rs/iced/tree/0.4/native
+//! [`iced_web`]: https://github.com/iced-rs/iced/tree/0.4/web
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![deny(unused_results)]