From d7a3ce4e68342c7523c6710c8dfa54a0688a7b2e Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 2 Apr 2020 17:32:26 +0200 Subject: Fix a couple of links in documentation --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 3343ec0b..e6e15e95 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/master/examples +//! [examples]: https://github.com/hecrj/iced/tree/0.1/examples //! [repository]: https://github.com/hecrj/iced //! //! # Overview @@ -171,7 +171,6 @@ //! //! [Elm]: https://elm-lang.org/ //! [The Elm Architecture]: https://guide.elm-lang.org/architecture/ -//! [examples]: https://github.com/hecrj/iced/tree/master/examples //! [`Application`]: trait.Application.html //! [`Sandbox`]: trait.Sandbox.html #![deny(missing_docs)] -- cgit