From f92f5c3eca37e325ae60b9366b0a19ab05f5a073 Mon Sep 17 00:00:00 2001
From: Héctor Ramón Jiménez <hector0193@gmail.com>
Date: Sat, 23 Nov 2019 13:58:02 +0100
Subject: Fix `examples` link in documentation

---
 src/lib.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit