summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2021-05-14 20:05:49 +0700
committerLibravatar GitHub <noreply@github.com>2021-05-14 20:05:49 +0700
commitfaa68534cfd1797adcc621a2a611a3a825539f0f (patch)
tree6fe452764ca1f8668802b1bc7d5a7d54f947d578 /src
parent08f5591148a74fecf3920357ce8ecba6036925a7 (diff)
parent5f1b880521efb125f2f85137cc2e5ff1e66a5f42 (diff)
downloadiced-faa68534cfd1797adcc621a2a611a3a825539f0f.tar.gz
iced-faa68534cfd1797adcc621a2a611a3a825539f0f.tar.bz2
iced-faa68534cfd1797adcc621a2a611a3a825539f0f.zip
Merge pull request #877 from RDambrosio016/patch-1
Change examples to point to 0.3 examples, not 0.2
Diffstat (limited to '')
-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