summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs3
-rw-r--r--web/src/lib.rs2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 3343ec0b..e6e15e95 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -30,7 +30,7 @@
//! [windowing shell]: https://github.com/hecrj/iced/tree/master/winit
//! [`dodrio`]: https://github.com/fitzgen/dodrio
//! [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
//!
//! # Overview
@@ -171,7 +171,6 @@
//!
//! [Elm]: https://elm-lang.org/
//! [The Elm Architecture]: https://guide.elm-lang.org/architecture/
-//! [examples]: https://github.com/hecrj/iced/tree/master/examples
//! [`Application`]: trait.Application.html
//! [`Sandbox`]: trait.Sandbox.html
#![deny(missing_docs)]
diff --git a/web/src/lib.rs b/web/src/lib.rs
index 29120dbf..395c0a25 100644
--- a/web/src/lib.rs
+++ b/web/src/lib.rs
@@ -51,7 +51,7 @@
//!
//! [`wasm-pack`]: https://github.com/rustwasm/wasm-pack
//! [`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_debug_implementations)]
#![deny(unused_results)]