From f5186f31f1e5eed8fe20c5d6e62e2f531fee6365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Mon, 3 Feb 2020 23:53:34 +0100 Subject: [PATCH] Fix `docs.rs` links Related issue: https://github.com/rust-lang/docs.rs/issues/223 --- README.md | 2 +- src/lib.rs | 1 - web/README.md | 2 +- winit/README.md | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ff87f4a4..cb636769 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ the [Rust Community Discord]. I go by `lone_scientist#9554` there. ## Sponsors The development of Iced is sponsored by the [Cryptowatch] team at [Kraken.com] -[documentation]: https://docs.rs/iced +[documentation]: https://docs.rs/iced/0.1.0-beta/iced/ [examples]: https://github.com/hecrj/iced/tree/master/examples [Coffee]: https://github.com/hecrj/coffee [Elm]: https://elm-lang.org/ diff --git a/src/lib.rs b/src/lib.rs index 0e2e0337..7e658ca2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -171,7 +171,6 @@ //! //! [Elm]: https://elm-lang.org/ //! [The Elm Architecture]: https://guide.elm-lang.org/architecture/ -//! [documentation]: https://docs.rs/iced //! [examples]: https://github.com/hecrj/iced/tree/master/examples //! [`Application`]: trait.Application.html #![deny(missing_docs)] diff --git a/web/README.md b/web/README.md index cfd73320..aceb4a97 100644 --- a/web/README.md +++ b/web/README.md @@ -18,7 +18,7 @@ The crate is currently a __very experimental__, simple abstraction layer over [` Add `iced_web` as a dependency in your `Cargo.toml`: ```toml -iced_web = "0.1.0-alpha" +iced_web = "0.1.0" ``` __Iced moves fast and the `master` branch can contain breaking changes!__ If diff --git a/winit/README.md b/winit/README.md index 01785150..d3309e49 100644 --- a/winit/README.md +++ b/winit/README.md @@ -10,7 +10,7 @@ It exposes a renderer-agnostic `Application` trait that can be implemented and t ![iced_winit](../docs/graphs/winit.png) -[documentation]: https://docs.rs/iced_winit +[documentation]: https://docs.rs/iced_winit/0.1.0-alpha.1/iced_winit/ [`iced_native`]: ../native [`winit`]: https://github.com/rust-windowing/winit