diff options
author | 2021-06-22 12:19:38 +0200 | |
---|---|---|
committer | 2021-06-22 12:19:38 +0200 | |
commit | b62fcca9b956ae11ec4f267656204fe38aa27ea9 (patch) | |
tree | 5d5627e614a5c4cf0f1102fb4bc3800b6456cfd1 /web/src/lib.rs | |
parent | 94ee2566c4f16531c5303b185461c832b9a1e848 (diff) | |
parent | 83d19689c80266874e0a26085f17a94fd3507e1e (diff) | |
download | iced-b62fcca9b956ae11ec4f267656204fe38aa27ea9.tar.gz iced-b62fcca9b956ae11ec4f267656204fe38aa27ea9.tar.bz2 iced-b62fcca9b956ae11ec4f267656204fe38aa27ea9.zip |
Merge pull request #915 from yusdacra/docs/update-links
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)] |