diff options
author | 2020-04-02 17:32:26 +0200 | |
---|---|---|
committer | 2020-04-02 17:39:24 +0200 | |
commit | d7a3ce4e68342c7523c6710c8dfa54a0688a7b2e (patch) | |
tree | 4445f43935314e777ba95a92b556c65eedd89c22 /src | |
parent | 26820797138950aa1d5e704b531a1745d4b9d80f (diff) | |
download | iced-d7a3ce4e68342c7523c6710c8dfa54a0688a7b2e.tar.gz iced-d7a3ce4e68342c7523c6710c8dfa54a0688a7b2e.tar.bz2 iced-d7a3ce4e68342c7523c6710c8dfa54a0688a7b2e.zip |
Fix a couple of links in documentation
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 3 |
1 files changed, 1 insertions, 2 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/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)] |