diff options
author | 2022-02-08 01:32:40 +0700 | |
---|---|---|
committer | 2022-02-08 01:32:40 +0700 | |
commit | 313aff573433d9a4bc750285104c069fca0a566c (patch) | |
tree | fc441e8ad03b7147e0c25d7f1e824919de61a584 /winit | |
parent | 880671e104f6ee33040f3dfe8c7b735a1e70031d (diff) | |
parent | c70929bf2cc2112bd84ebac5f046bdfd82d63d63 (diff) | |
download | iced-313aff573433d9a4bc750285104c069fca0a566c.tar.gz iced-313aff573433d9a4bc750285104c069fca0a566c.tar.bz2 iced-313aff573433d9a4bc750285104c069fca0a566c.zip |
Merge pull request #1217 from SynergyBest/master
Fix links
Diffstat (limited to 'winit')
-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 082ae6a8..5a94cd92 100644 --- a/winit/README.md +++ b/winit/README.md @@ -26,4 +26,4 @@ iced_winit = "0.3" __Iced moves fast and the `master` branch can contain breaking changes!__ If you want to learn about a specific release, check out [the release list]. -[the release list]: https://github.com/hecrj/iced/releases +[the release list]: https://github.com/iced-rs/iced/releases |