diff options
author | 2020-02-03 23:53:34 +0100 | |
---|---|---|
committer | 2020-02-03 23:53:34 +0100 | |
commit | f5186f31f1e5eed8fe20c5d6e62e2f531fee6365 (patch) | |
tree | fd69912abbe1e299cacd87451d5dfc2f639f7249 /winit/README.md | |
parent | 471b695331aaeacbb76f90f284308ff39cced94f (diff) | |
download | iced-f5186f31f1e5eed8fe20c5d6e62e2f531fee6365.tar.gz iced-f5186f31f1e5eed8fe20c5d6e62e2f531fee6365.tar.bz2 iced-f5186f31f1e5eed8fe20c5d6e62e2f531fee6365.zip |
Fix `docs.rs` links
Related issue: https://github.com/rust-lang/docs.rs/issues/223
Diffstat (limited to 'winit/README.md')
-rw-r--r-- | winit/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winit/README.md b/winit/README.md index 01785150..d3309e49 100644 --- a/winit/README.md +++ b/winit/README.md @@ -10,7 +10,7 @@ It exposes a renderer-agnostic `Application` trait that can be implemented and t  -[documentation]: https://docs.rs/iced_winit +[documentation]: https://docs.rs/iced_winit/0.1.0-alpha.1/iced_winit/ [`iced_native`]: ../native [`winit`]: https://github.com/rust-windowing/winit |