diff options
author | 2021-05-14 20:05:49 +0700 | |
---|---|---|
committer | 2021-05-14 20:05:49 +0700 | |
commit | faa68534cfd1797adcc621a2a611a3a825539f0f (patch) | |
tree | 6fe452764ca1f8668802b1bc7d5a7d54f947d578 /src | |
parent | 08f5591148a74fecf3920357ce8ecba6036925a7 (diff) | |
parent | 5f1b880521efb125f2f85137cc2e5ff1e66a5f42 (diff) | |
download | iced-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.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 |