diff options
author | 2023-01-03 22:05:21 +0200 | |
---|---|---|
committer | 2023-01-04 18:21:58 +0200 | |
commit | 54693c8d71b9803545948a709c59c3e954a7f541 (patch) | |
tree | b6905d1d229671b41aa64cef22d92505c4c8a1cd /src/lib.rs | |
parent | f641e20f7fb43932bb30776c607fe3745311ccd6 (diff) | |
download | iced-54693c8d71b9803545948a709c59c3e954a7f541.tar.gz iced-54693c8d71b9803545948a709c59c3e954a7f541.tar.bz2 iced-54693c8d71b9803545948a709c59c3e954a7f541.zip |
fix doc links
Diffstat (limited to '')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ //! [scrollables]: https://gfycat.com/perkybaggybaboon-rust-gui //! [Debug overlay with performance metrics]: https://gfycat.com/incredibledarlingbee //! [Modular ecosystem]: https://github.com/iced-rs/iced/blob/master/ECOSYSTEM.md -//! [renderer-agnostic native runtime]: https://github.com/iced-rs/iced/0.4/master/native +//! [renderer-agnostic native runtime]: https://github.com/iced-rs/iced/tree/0.6/native //! [`wgpu`]: https://github.com/gfx-rs/wgpu-rs //! [built-in renderer]: https://github.com/iced-rs/iced/tree/0.6/wgpu //! [windowing shell]: https://github.com/iced-rs/iced/tree/0.6/winit |