From d7a3ce4e68342c7523c6710c8dfa54a0688a7b2e Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Thu, 2 Apr 2020 17:32:26 +0200 Subject: Fix a couple of links in documentation --- web/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') 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)] -- cgit