diff options
author | 2020-04-02 17:32:26 +0200 | |
---|---|---|
committer | 2020-04-02 17:39:24 +0200 | |
commit | d7a3ce4e68342c7523c6710c8dfa54a0688a7b2e (patch) | |
tree | 4445f43935314e777ba95a92b556c65eedd89c22 /web | |
parent | 26820797138950aa1d5e704b531a1745d4b9d80f (diff) | |
download | iced-d7a3ce4e68342c7523c6710c8dfa54a0688a7b2e.tar.gz iced-d7a3ce4e68342c7523c6710c8dfa54a0688a7b2e.tar.bz2 iced-d7a3ce4e68342c7523c6710c8dfa54a0688a7b2e.zip |
Fix a couple of links in documentation
Diffstat (limited to 'web')
-rw-r--r-- | web/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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)] |