Fix `docs.rs` links
Related issue: https://github.com/rust-lang/docs.rs/issues/223
This commit is contained in:
parent
471b695331
commit
f5186f31f1
|
@ -217,7 +217,7 @@ the [Rust Community Discord]. I go by `lone_scientist#9554` there.
|
||||||
## Sponsors
|
## Sponsors
|
||||||
The development of Iced is sponsored by the [Cryptowatch] team at [Kraken.com]
|
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
|
[examples]: https://github.com/hecrj/iced/tree/master/examples
|
||||||
[Coffee]: https://github.com/hecrj/coffee
|
[Coffee]: https://github.com/hecrj/coffee
|
||||||
[Elm]: https://elm-lang.org/
|
[Elm]: https://elm-lang.org/
|
||||||
|
|
|
@ -171,7 +171,6 @@
|
||||||
//!
|
//!
|
||||||
//! [Elm]: https://elm-lang.org/
|
//! [Elm]: https://elm-lang.org/
|
||||||
//! [The Elm Architecture]: https://guide.elm-lang.org/architecture/
|
//! [The Elm Architecture]: https://guide.elm-lang.org/architecture/
|
||||||
//! [documentation]: https://docs.rs/iced
|
|
||||||
//! [examples]: https://github.com/hecrj/iced/tree/master/examples
|
//! [examples]: https://github.com/hecrj/iced/tree/master/examples
|
||||||
//! [`Application`]: trait.Application.html
|
//! [`Application`]: trait.Application.html
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
|
|
|
@ -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`:
|
Add `iced_web` as a dependency in your `Cargo.toml`:
|
||||||
|
|
||||||
```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
|
__Iced moves fast and the `master` branch can contain breaking changes!__ If
|
||||||
|
|
|
@ -10,7 +10,7 @@ It exposes a renderer-agnostic `Application` trait that can be implemented and t
|
||||||
|
|
||||||
![iced_winit](../docs/graphs/winit.png)
|
![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
|
[`iced_native`]: ../native
|
||||||
[`winit`]: https://github.com/rust-windowing/winit
|
[`winit`]: https://github.com/rust-windowing/winit
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue