Fix `docs.rs` links

Related issue: https://github.com/rust-lang/docs.rs/issues/223
This commit is contained in:
Héctor Ramón Jiménez 2020-02-03 23:53:34 +01:00
parent 471b695331
commit f5186f31f1
4 changed files with 3 additions and 4 deletions

View File

@ -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/

View File

@ -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)]

View File

@ -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

View File

@ -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