Skip to content

Commit

Permalink
fix: update remaining discord links (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos authored Aug 30, 2023
1 parent 8f85469 commit fb57c3a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion crates/rome_cli/src/commands/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub(crate) fn init(mut session: CliSession) -> Result<(), CliDiagnostic> {
"<Dim>"4."</Dim>" "<Emphasis>"Get involved in the community"</Emphasis>"
Ask questions, get support, or contribute by participating on GitHub ("<Hyperlink href="https://github.com/biomejs/biome">"https://github.com/biomejs/biome"</Hyperlink>"),
or join our community Discord ("<Hyperlink href="https://discord.gg/JXe7dnncrome">"https://discord.gg/JXe7dnnc"</Hyperlink>")"
or join our community Discord ("<Hyperlink href="https://discord.gg/BypW39g6Yc">"https://discord.gg/BypW39g6Yc"</Hyperlink>")"
});

Ok(())
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
```


Original file line number Diff line number Diff line change
Expand Up @@ -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)
```


2 changes: 1 addition & 1 deletion packages/@biomejs/js-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion website/src/pages/guides/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion website/src/pages/internals/philosophy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb57c3a

Please sign in to comment.