summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--src/lib.rs1
-rw-r--r--web/README.md2
-rw-r--r--winit/README.md2
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