summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Riccardo D'Ambrosio <rdambrosio016@gmail.com>2021-05-13 11:04:09 -0400
committerLibravatar GitHub <noreply@github.com>2021-05-13 11:04:09 -0400
commit5f1b880521efb125f2f85137cc2e5ff1e66a5f42 (patch)
tree6fe452764ca1f8668802b1bc7d5a7d54f947d578 /src
parent08f5591148a74fecf3920357ce8ecba6036925a7 (diff)
downloadiced-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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 812a50c1..6a029afd 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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