diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b8e5ecfde..ef07cd593 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,7 +29,7 @@ The following is a set of guidelines for contributing to NGXS and its packages. > **Note:** Please don't file an issue to ask a question. - Read our [docs](https://ngxs.gitbook.io/ngxs) -- Ask a question in our [slack](https://join.slack.com/t/ngxs/shared_invite/zt-by26i24h-2CC5~vqwNCiZa~RRibh60Q). +- Ask a question in our [Discord](https://discord.gg/yT3Q8cXTnz) server (we are migrating from our [slack](https://join.slack.com/t/ngxs/shared_invite/zt-by26i24h-2CC5~vqwNCiZa~RRibh60Q) server). - Ask a question on [stackoverflow](https://stackoverflow.com/questions/tagged/ngxs). # How can I help? diff --git a/README.md b/README.md index 9f532971e..f073468e9 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ ### Quick Links - ✨ Learn about it on the [docs site](https://ngxs.io/) +- 💬 Ask a question in our [Discord](https://discord.gg/yT3Q8cXTnz) server (we are migrating from our [slack](https://join.slack.com/t/ngxs/shared_invite/zt-by26i24h-2CC5~vqwNCiZa~RRibh60Q) server). - 🚀 See it in action on [Stackblitz](https://stackblitz.com/edit/ngxs-repro) - 😎 Checkout the [sample application](integration) - 🔧 Scaffolding application using [NGXS Schematics](https://www.ngxs.io/introduction/schematics) diff --git a/docs/README.md b/docs/README.md index 71eeadc17..a743ade0e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,7 +23,8 @@ If you're just getting started with NGXS, I recommend you head over to the [conc For questions, please ask them on Stack Overflow with the `ngxs` tag: [https://stackoverflow.com/questions/ask?tags=ngxs](https://stackoverflow.com/questions/ask?tags=ngxs) -To chat with other users and contributors join us on Slack: [https://join.slack.com/t/ngxs/shared_invite/zt-by26i24h-2CC5\~vqwNCiZa\~RRibh60Q](https://join.slack.com/t/ngxs/shared_invite/zt-by26i24h-2CC5~vqwNCiZa~RRibh60Q) +To chat with other users and contributors join us on Discord: [https://discord.gg/yT3Q8cXTnz](https://discord.gg/yT3Q8cXTnz) +(PS. we are migrating from our [Slack](https://join.slack.com/t/ngxs/shared_invite/zt-by26i24h-2CC5~vqwNCiZa~RRibh60Q) server) If you think there is a bug in this library, you can open an issue on GitHub ([https://github.com/ngxs/store/issues/new](https://github.com/ngxs/store/issues/new)). If possible a link to a [http://stackblitz.com](https://stackblitz.com/edit/ngxs-repro) (or github) repo with a repro or a failing test would be great. diff --git a/packages/store/README.md b/packages/store/README.md index 0ddcd8a42..644e37dd2 100644 --- a/packages/store/README.md +++ b/packages/store/README.md @@ -12,6 +12,7 @@ --- - ✨ Learn about it on the [docs site](https://ngxs.io/) +- 💬 Chat with us on [Discord](https://discord.gg/yT3Q8cXTnz) - 🚀 See it in action on [Stackblitz](https://stackblitz.com/edit/ngxs-repro) - 😎 Checkout the [sample application](https://github.com/ngxs/store/tree/master/integration) - 🗄 Learn about updates from the [changelog](https://github.com/ngxs/store/blob/master/CHANGELOG.md) diff --git a/publication/2023-03-20_announcing_ngxs_3_8/article.md b/publication/2023-03-20_announcing_ngxs_3_8/article.md index 606ed9572..540ae1b01 100644 --- a/publication/2023-03-20_announcing_ngxs_3_8/article.md +++ b/publication/2023-03-20_announcing_ngxs_3_8/article.md @@ -310,4 +310,4 @@ Finally, added support to fetch metadata fields (fromCache, hasPendingWrites) fr 1. [Documentation](https://ngxs.gitbook.io/ngxs/) 1. [Github](https://github.com/ngxs/store) 1. [3.8.0 Release Note](https://github.com/ngxs/store/releases/tag/v3.8.0) -1. [Discord Server](https://discord.gg/s6PmkwWpYN) +1. [Discord Server](https://discord.gg/yT3Q8cXTnz) diff --git a/publication/2024-06-10_announcing_ngxs_18/article.md b/publication/2024-06-10_announcing_ngxs_18/article.md index c2eef3fc6..8c77af041 100644 --- a/publication/2024-06-10_announcing_ngxs_18/article.md +++ b/publication/2024-06-10_announcing_ngxs_18/article.md @@ -40,7 +40,7 @@ We've got some exciting news in this release beyond the usual code wizardry. We' - **Dedicated Channels:** Dive deep into specific NGXS topics with focused channels. - **Enhanced Support:** Find answers and resources faster with a well-organized structure. -Head over to our brand new Discord server at https://discord.gg/yFk6bu7v. Don't forget to introduce yourself and let us know what awesome NGXS projects you're working on! +Head over to our brand new Discord server at https://discord.gg/yT3Q8cXTnz. Don't forget to introduce yourself and let us know what awesome NGXS projects you're working on! ---