summaryrefslogtreecommitdiffstats
path: root/native/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 /native/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 'native/src/lib.rs')
-rw-r--r--native/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/native/src/lib.rs b/native/src/lib.rs
index 5c9c24c9..a37535a7 100644
--- a/native/src/lib.rs
+++ b/native/src/lib.rs
@@ -23,8 +23,8 @@
//! - Build a new renderer, see the [renderer] module.
//! - Build a custom widget, start at the [`Widget`] trait.
//!
-//! [`iced_core`]: https://github.com/iced-rs/iced/tree/master/core
-//! [`iced_winit`]: https://github.com/iced-rs/iced/tree/master/winit
+//! [`iced_core`]: https://github.com/iced-rs/iced/tree/0.4/core
+//! [`iced_winit`]: https://github.com/iced-rs/iced/tree/0.4/winit
//! [`druid`]: https://github.com/xi-editor/druid
//! [`raw-window-handle`]: https://github.com/rust-windowing/raw-window-handle
//! [renderer]: crate::renderer