diff options
author | 2021-05-13 11:04:09 -0400 | |
---|---|---|
committer | 2021-05-13 11:04:09 -0400 | |
commit | 5f1b880521efb125f2f85137cc2e5ff1e66a5f42 (patch) | |
tree | 6fe452764ca1f8668802b1bc7d5a7d54f947d578 /src | |
parent | 08f5591148a74fecf3920357ce8ecba6036925a7 (diff) | |
download | iced-5f1b880521efb125f2f85137cc2e5ff1e66a5f42.tar.gz iced-5f1b880521efb125f2f85137cc2e5ff1e66a5f42.tar.bz2 iced-5f1b880521efb125f2f85137cc2e5ff1e66a5f42.zip |
Change examples to point to 0.3 examples, not 0.2
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ //! [windowing shell]: https://github.com/hecrj/iced/tree/master/winit //! [`dodrio`]: https://github.com/fitzgen/dodrio //! [web runtime]: https://github.com/hecrj/iced/tree/master/web -//! [examples]: https://github.com/hecrj/iced/tree/0.2/examples +//! [examples]: https://github.com/hecrj/iced/tree/0.3/examples //! [repository]: https://github.com/hecrj/iced //! //! # Overview |