diff --git a/docs/contributing/guide.md b/docs/contributing/guide.md index 284cae2..a723769 100644 --- a/docs/contributing/guide.md +++ b/docs/contributing/guide.md @@ -82,8 +82,8 @@ errors later. ## Questions? -If you have any questions, feel free to ask in our [Discord server](https://discord.gg/replugged) in -the `#replugged-dev` channel. +If you have any questions, feel free to ask in our [Discord server](https://discord.gg/HnYFUhv4x4) +in the `#replugged-dev` channel. ## Thank you! diff --git a/docs/contributing/replugged.md b/docs/contributing/replugged.md index a5c3679..c0c0b47 100644 --- a/docs/contributing/replugged.md +++ b/docs/contributing/replugged.md @@ -90,8 +90,8 @@ errors later. ## Questions? -If you have any questions, feel free to ask in our [Discord server](https://discord.gg/replugged) in -the `#replugged-dev` channel. +If you have any questions, feel free to ask in our [Discord server](https://discord.gg/HnYFUhv4x4) +in the `#replugged-dev` channel. ## Thank you! diff --git a/docs/intro.md b/docs/intro.md index e18244a..de26389 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -21,6 +21,6 @@ Want to contribute to Replugged? Take a look at our ## Need Help? -Join our [Discord server](https://discord.gg/replugged)! Questions about addon development should go -in [#plugin-dev](https://discord.com/channels/1000926524452647132/1000955966520557689) or +Join our [Discord server](https://discord.gg/HnYFUhv4x4)! Questions about addon development should +go in [#plugin-dev](https://discord.com/channels/1000926524452647132/1000955966520557689) or [#theme-dev](https://discord.com/channels/1000926524452647132/1000955967627874424). diff --git a/docs/plugins/getting-started.md b/docs/plugins/getting-started.md index 801492d..39bc785 100644 --- a/docs/plugins/getting-started.md +++ b/docs/plugins/getting-started.md @@ -139,7 +139,7 @@ your manifest file which is used by Replugged to check for updates. ### Replugged Discord -In order to share your plugin in our [Discord server](https://discord.gg/replugged), your plugin +In order to share your plugin in our [Discord server](https://discord.gg/HnYFUhv4x4), your plugin will first have to be approved, and then added to our store. For more information on this process and how to request approval, please see [this page](/docs/store). diff --git a/docs/themes/getting-started.md b/docs/themes/getting-started.md index 03daed7..da79ac1 100644 --- a/docs/themes/getting-started.md +++ b/docs/themes/getting-started.md @@ -132,7 +132,7 @@ your manifest file which is used by Replugged to check for updates. ### Replugged Discord -In order to share your theme in our [Discord server](https://discord.gg/replugged), your theme will +In order to share your theme in our [Discord server](https://discord.gg/HnYFUhv4x4), your theme will first have to be approved, and then added to our store. For more information on this process and how to request approval, please see [this page](/docs/store). diff --git a/docusaurus.config.ts b/docusaurus.config.ts index fe29d91..342ed18 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -107,7 +107,7 @@ const config: Config = { items: [ { label: "Discord", - href: "https://discord.gg/replugged", + href: "https://discord.gg/HnYFUhv4x4", }, ], },