summaryrefslogtreecommitdiffstats
path: root/winit/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-05-02 20:25:47 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-05-02 20:26:59 +0200
commitaecbd46123eb556fa1193cdf3b9eb96cfd4beff2 (patch)
tree9ffff308126e082ccde00694b7cb550309b3ea6f /winit/README.md
parente7d595c7de3854e165fd68f05ab2292cae69dbc4 (diff)
downloadiced-aecbd46123eb556fa1193cdf3b9eb96cfd4beff2.tar.gz
iced-aecbd46123eb556fa1193cdf3b9eb96cfd4beff2.tar.bz2
iced-aecbd46123eb556fa1193cdf3b9eb96cfd4beff2.zip
Replace `hecrj` in links with `iced-rs`
Diffstat (limited to 'winit/README.md')
-rw-r--r--winit/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/winit/README.md b/winit/README.md
index 5a94cd92..3ca46fff 100644
--- a/winit/README.md
+++ b/winit/README.md
@@ -1,7 +1,7 @@
# `iced_winit`
[![Documentation](https://docs.rs/iced_winit/badge.svg)][documentation]
[![Crates.io](https://img.shields.io/crates/v/iced_winit.svg)](https://crates.io/crates/iced_winit)
-[![License](https://img.shields.io/crates/l/iced_winit.svg)](https://github.com/hecrj/iced/blob/master/LICENSE)
+[![License](https://img.shields.io/crates/l/iced_winit.svg)](https://github.com/iced-rs/iced/blob/master/LICENSE)
[![Discord Server](https://img.shields.io/discord/628993209984614400?label=&labelColor=6A7EC2&logo=discord&logoColor=ffffff&color=7389D8)](https://discord.gg/3xZJ65GAhd)
`iced_winit` offers some convenient abstractions on top of [`iced_native`] to quickstart development when using [`winit`].