diff options
author | 2021-06-14 21:01:37 +0300 | |
---|---|---|
committer | 2021-06-14 21:01:37 +0300 | |
commit | 83d19689c80266874e0a26085f17a94fd3507e1e (patch) | |
tree | b5565cddf38dda7a61d05c3b51bdb2b9dc62ce16 /web/src/lib.rs | |
parent | e68da229b384fbe78514dab0b13c8eb4637f4f5d (diff) | |
download | iced-83d19689c80266874e0a26085f17a94fd3507e1e.tar.gz iced-83d19689c80266874e0a26085f17a94fd3507e1e.tar.bz2 iced-83d19689c80266874e0a26085f17a94fd3507e1e.zip |
docs: update all 0.2 github links to 0.3
Diffstat (limited to 'web/src/lib.rs')
-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 e4271d58..158416b9 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -49,7 +49,7 @@ //! //! [`wasm-pack`]: https://github.com/rustwasm/wasm-pack //! [`wasm-bindgen`]: https://github.com/rustwasm/wasm-bindgen -//! [`tour` example]: https://github.com/hecrj/iced/tree/0.2/examples/tour +//! [`tour` example]: https://github.com/hecrj/iced/tree/0.3/examples/tour #![deny(missing_docs)] #![deny(missing_debug_implementations)] #![deny(unused_results)] |