diff options
author | 2022-01-31 21:18:39 +0700 | |
---|---|---|
committer | 2022-01-31 21:18:39 +0700 | |
commit | 1a737b8e20c079cae44d9cace9ec1a55acb99070 (patch) | |
tree | e76cad151f10c73d56775eeb66f7619ac871f36c /core/README.md | |
parent | db40c9649e926ce411064b971d7f019c2f7a1136 (diff) | |
download | iced-1a737b8e20c079cae44d9cace9ec1a55acb99070.tar.gz iced-1a737b8e20c079cae44d9cace9ec1a55acb99070.tar.bz2 iced-1a737b8e20c079cae44d9cace9ec1a55acb99070.zip |
Replace Zulip links with Discord
Diffstat (limited to 'core/README.md')
-rw-r--r-- | core/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/README.md b/core/README.md index c16eb779..bbb7983c 100644 --- a/core/README.md +++ b/core/README.md @@ -2,7 +2,7 @@ [][documentation] [](https://crates.io/crates/iced_core) [](https://github.com/iced-rs/iced/blob/master/LICENSE) -[](https://iced.zulipchat.com) +[](https://discord.gg/3xZJ65GAhd) `iced_core` holds basic reusable types of the public API. For instance, basic data types like `Point`, `Rectangle`, `Length`, etc. |