diff --git a/crates/rome_cli/src/commands/init.rs b/crates/rome_cli/src/commands/init.rs index d5681377381b..4280e287b8e5 100644 --- a/crates/rome_cli/src/commands/init.rs +++ b/crates/rome_cli/src/commands/init.rs @@ -27,7 +27,7 @@ pub(crate) fn init(mut session: CliSession) -> Result<(), CliDiagnostic> { ""4."" ""Get involved in the community"" Ask questions, get support, or contribute by participating on GitHub (""https://github.com/biomejs/biome""), - or join our community Discord (""https://discord.gg/JXe7dnnc"")" + or join our community Discord (""https://discord.gg/BypW39g6Yc"")" }); Ok(()) diff --git a/crates/rome_cli/tests/snapshots/main_commands_init/creates_config_file.snap b/crates/rome_cli/tests/snapshots/main_commands_init/creates_config_file.snap index 117434155937..6a98694ab228 100644 --- a/crates/rome_cli/tests/snapshots/main_commands_init/creates_config_file.snap +++ b/crates/rome_cli/tests/snapshots/main_commands_init/creates_config_file.snap @@ -41,7 +41,7 @@ Next Steps ━━━━━━━━━━━━━━━━━━━━━━━ 4. Get involved in the community Ask questions, get support, or contribute by participating on GitHub (https://github.com/biomejs/biome), - or join our community Discord (https://discord.gg/JXe7dnnc) + or join our community Discord (https://discord.gg/BypW39g6Yc) ``` diff --git a/crates/rome_cli/tests/snapshots/main_commands_init/creates_config_file_when_rome_installed_via_package_manager.snap b/crates/rome_cli/tests/snapshots/main_commands_init/creates_config_file_when_rome_installed_via_package_manager.snap index bd5f1009fa7b..f8c6f65ab8b7 100644 --- a/crates/rome_cli/tests/snapshots/main_commands_init/creates_config_file_when_rome_installed_via_package_manager.snap +++ b/crates/rome_cli/tests/snapshots/main_commands_init/creates_config_file_when_rome_installed_via_package_manager.snap @@ -48,7 +48,7 @@ Next Steps ━━━━━━━━━━━━━━━━━━━━━━━ 4. Get involved in the community Ask questions, get support, or contribute by participating on GitHub (https://github.com/biomejs/biome), - or join our community Discord (https://discord.gg/JXe7dnnc) + or join our community Discord (https://discord.gg/BypW39g6Yc) ``` diff --git a/packages/@biomejs/js-api/README.md b/packages/@biomejs/js-api/README.md index 0605459b10dc..7b217f02cb8f 100644 --- a/packages/@biomejs/js-api/README.md +++ b/packages/@biomejs/js-api/README.md @@ -52,4 +52,4 @@ The project philosophy can be found on our [website](https://docs.rome.tools/int Contribution and development instructions can be found in [CONTRIBUTING](../../CONTRIBUTING.md). -Additional project coordination and real-time discussion happens on our [Discord server](https://discord.gg/rome). Remember that all activity on the Discord server is still moderated and will be strictly enforced under the project's [Code of Conduct](../../CODE_OF_CONDUCT.md). +Additional project coordination and real-time discussion happens on our [Discord server](https://discord.gg/BypW39g6Yc). Remember that all activity on the Discord server is still moderated and will be strictly enforced under the project's [Code of Conduct](../../CODE_OF_CONDUCT.md). diff --git a/website/src/pages/guides/getting-started.mdx b/website/src/pages/guides/getting-started.mdx index f7fd7302b8df..c05fec2f1882 100644 --- a/website/src/pages/guides/getting-started.mdx +++ b/website/src/pages/guides/getting-started.mdx @@ -123,4 +123,4 @@ Success! You're now ready to use Biome. 🥳 * Learn more about how to use and configure the [linter](/linter) * Get familiar with the [CLI options](/cli) * Get familiar with the [configuration options](/configuration) -* Join our [community on Discord](https://discord.gg/JXe7dnnc) +* Join our [community on Discord](https://discord.gg/BypW39g6Yc) diff --git a/website/src/pages/internals/philosophy.mdx b/website/src/pages/internals/philosophy.mdx index d69c201e5d58..7213677507b5 100644 --- a/website/src/pages/internals/philosophy.mdx +++ b/website/src/pages/internals/philosophy.mdx @@ -16,7 +16,7 @@ This list is not comprehensive. Some of these are obvious but are stated for com Nothing should be a surprise. - **Clear messaging of decisions.** The team might evaluate options and make decisions using private channels. - While the team will try to keep discussions using public channels like [GitHub discussions](https://github.com/biomejs/biome/discussions) or [Discord](https://discord.gg/TQbR5fHP), frequent private check-in are the norm, due to the nature of the private company. + While the team will try to keep discussions using public channels like [GitHub discussions](https://github.com/biomejs/biome/discussions) or [Discord](https://discord.gg/BypW39g6Yc), frequent private check-in are the norm, due to the nature of the private company. When decisions occur via private channels, the team has to commit to communicate these decisions using the public channels. ## Technical