From 5f1b880521efb125f2f85137cc2e5ff1e66a5f42 Mon Sep 17 00:00:00 2001 From: Riccardo D'Ambrosio Date: Thu, 13 May 2021 11:04:09 -0400 Subject: [PATCH] Change examples to point to 0.3 examples, not 0.2 --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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