From a64906779b9ec36eb6e616a6cc98f1d663126e39 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Tue, 6 Aug 2024 16:55:51 -0400 Subject: [PATCH] Use vanity Discord link (#15880) Release Notes: - N/A --- crates/gpui/README.md | 2 +- crates/gpui/src/gpui.rs | 2 +- docs/src/conversations.md | 2 +- docs/src/remote-development.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/crates/gpui/README.md b/crates/gpui/README.md index ac2c04bf07..eecbf8a606 100644 --- a/crates/gpui/README.md +++ b/crates/gpui/README.md @@ -37,4 +37,4 @@ In addition to the systems above, GPUI provides a range of smaller services that - The `[gpui::test]` macro provides a convenient way to write tests for your GPUI applications. Tests also have their own kind of context, a `TestAppContext` which provides ways of simulating common platform input. See `app::test_context` and `test` modules for more details. -Currently, the best way to learn about these APIs is to read the Zed source code, ask us about it at a fireside hack, or drop a question in the [Zed Discord](https://discord.gg/U4qhCEhMXP). We're working on improving the documentation, creating more examples, and will be publishing more guides to GPUI on our [blog](https://zed.dev/blog). +Currently, the best way to learn about these APIs is to read the Zed source code, ask us about it at a fireside hack, or drop a question in the [Zed Discord](https://discord.gg/zed-community). We're working on improving the documentation, creating more examples, and will be publishing more guides to GPUI on our [blog](https://zed.dev/blog). diff --git a/crates/gpui/src/gpui.rs b/crates/gpui/src/gpui.rs index fa75d7ea03..a447478a9b 100644 --- a/crates/gpui/src/gpui.rs +++ b/crates/gpui/src/gpui.rs @@ -56,7 +56,7 @@ //! and [`test`] modules for more details. //! //! Currently, the best way to learn about these APIs is to read the Zed source code, ask us about it at a fireside hack, or drop -//! a question in the [Zed Discord](https://discord.gg/U4qhCEhMXP). We're working on improving the documentation, creating more examples, +//! a question in the [Zed Discord](https://discord.gg/zed-community). We're working on improving the documentation, creating more examples, //! and will be publishing more guides to GPUI on our [blog](https://zed.dev/blog). #![deny(missing_docs)] diff --git a/docs/src/conversations.md b/docs/src/conversations.md index 92f7577b3b..bab2fd6d5d 100644 --- a/docs/src/conversations.md +++ b/docs/src/conversations.md @@ -6,7 +6,7 @@ Our Zed channel tree is public. You can find us hanging out and writing code acr ## Discord Channel -[Zed Community](https://discord.gg/qSDQ8VWc7k) is our official Discord channel. We drop in pretty regularly to answer questions and chat with the community. +[Zed Community](https://discord.gg/zed-community) is our official Discord channel. We drop in pretty regularly to answer questions and chat with the community. ## Twitter diff --git a/docs/src/remote-development.md b/docs/src/remote-development.md index 7624bd5aa2..8424830cb4 100644 --- a/docs/src/remote-development.md +++ b/docs/src/remote-development.md @@ -81,7 +81,7 @@ If you'd like to install language-server extensions, you can add them to the lis ## Feedback -Please join the #remoting-feedback channel in the [Zed Discord](https://discord.gg/qSDQ8VWc7k). +Please join the #remoting-feedback channel in the [Zed Discord](https://discord.gg/zed-community). # Direct SSH Connections