Fix a couple of links in documentation
This commit is contained in:
parent
2682079713
commit
d7a3ce4e68
|
@ -30,7 +30,7 @@
|
||||||
//! [windowing shell]: https://github.com/hecrj/iced/tree/master/winit
|
//! [windowing shell]: https://github.com/hecrj/iced/tree/master/winit
|
||||||
//! [`dodrio`]: https://github.com/fitzgen/dodrio
|
//! [`dodrio`]: https://github.com/fitzgen/dodrio
|
||||||
//! [web runtime]: https://github.com/hecrj/iced/tree/master/web
|
//! [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
|
//! [repository]: https://github.com/hecrj/iced
|
||||||
//!
|
//!
|
||||||
//! # Overview
|
//! # Overview
|
||||||
|
@ -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/
|
||||||
//! [examples]: https://github.com/hecrj/iced/tree/master/examples
|
|
||||||
//! [`Application`]: trait.Application.html
|
//! [`Application`]: trait.Application.html
|
||||||
//! [`Sandbox`]: trait.Sandbox.html
|
//! [`Sandbox`]: trait.Sandbox.html
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
//!
|
//!
|
||||||
//! [`wasm-pack`]: https://github.com/rustwasm/wasm-pack
|
//! [`wasm-pack`]: https://github.com/rustwasm/wasm-pack
|
||||||
//! [`wasm-bindgen`]: https://github.com/rustwasm/wasm-bindgen
|
//! [`wasm-bindgen`]: https://github.com/rustwasm/wasm-bindgen
|
||||||
//! [`tour` example]: https://github.com/hecrj/iced/blob/master/examples/tour.rs
|
//! [`tour` example]: https://github.com/hecrj/iced/tree/0.1/examples/tour
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
#![deny(missing_debug_implementations)]
|
#![deny(missing_debug_implementations)]
|
||||||
#![deny(unused_results)]
|
#![deny(unused_results)]
|
||||||
|
|
Loading…
Reference in New Issue