summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-23 13:58:02 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-23 13:58:02 +0100
commitf92f5c3eca37e325ae60b9366b0a19ab05f5a073 (patch)
tree0baf5e67bacbb10f327bfe0d2b539c26a403d490 /src/lib.rs
parent3a678561f2da92e089390ee79bd4f9efc2c1a8c7 (diff)
downloadiced-f92f5c3eca37e325ae60b9366b0a19ab05f5a073.tar.gz
iced-f92f5c3eca37e325ae60b9366b0a19ab05f5a073.tar.bz2
iced-f92f5c3eca37e325ae60b9366b0a19ab05f5a073.zip
Fix `examples` link in documentation
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 48588261..1d79269b 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.1.0/examples
+//! [examples]: https://github.com/hecrj/iced/tree/master/examples
//! [repository]: https://github.com/hecrj/iced
//!
//! # Overview