Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace all references to the Bloop gitter channel #1568

Merged
merged 1 commit into from
Sep 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ support many different workflows and allow bespoke integrations.
| 💻 Install bloop in your computer or CI server by following [our **Installation page**](https://scalacenter.github.io/bloop/setup) |
| 📚 Learn more about bloop and how to use it from your favorite build tool and editor in <a href="https://scalacenter.github.io/bloop">our website</a> |
| ⚙️ Tool author? Integrate your tool with bloop by reading the [Integration Guide](https://scalacenter.github.io/bloop/docs/integration) |
| ❓Questions? Unsure if bloop is useful for your use case? Ask right away in our [Gitter channel](https://gitter.im/scalacenter/bloop)! |
| ❓Questions? Unsure if bloop is useful for your use case? Ask right away in our [Dicord channel](https://discord.gg/KWF9zMhJWS)! |

[gitter]: https://github.com/scalacenter/bloop
[discord]: https://discord.gg/KWF9zMhJWS
[contributing]: https://scalacenter.github.io/bloop/docs/developer-documentation/
[coc]: https://www.scala-lang.org/conduct/
4 changes: 2 additions & 2 deletions docs/build-tools/gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ Use an IDE such as [Metals](docs/ides/metals) or
[CLI](docs/cli/tutorial) if you want to explore what CLI options are
available.

If you need help, you can always come over our [Gitter
channel](https://gitter.im/scalacenter/bloop).
If you need help, you can always come over our [Discord
channel](https://discord.gg/KWF9zMhJWS).


## Plugin Configuration
Expand Down
6 changes: 3 additions & 3 deletions docs/build-tools/maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Configuring bloop with Maven projects speeds up developer workflows and gives yo

However, the Maven integration has a few issues that are not being actively
worked on. If you're a Maven user, please help out and introduce yourself in
our [Gitter channel](https://gitter.im/scalacenter/bloop) or comment on one
our [Discord channel](https://discord.gg/KWF9zMhJWS) or comment on one
of the [open Maven
tickets](https://github.com/scalacenter/bloop/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Amaven).

Expand Down Expand Up @@ -102,8 +102,8 @@ Use an IDE such as [Metals](docs/ides/metals) or
[CLI](docs/cli/tutorial) if you want to explore what CLI options are
available.

If you need help, you can always come over our [Gitter
channel](https://gitter.im/scalacenter/bloop).
If you need help, you can always come over our [Discord
channel](https://discord.gg/KWF9zMhJWS).

## Well-known issues

Expand Down
4 changes: 2 additions & 2 deletions docs/build-tools/mill.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ Use an IDE such as [Metals](docs/ides/metals) or
[CLI](docs/cli/tutorial) if you want to explore what CLI options are
available.

If you need help, you can always come over our [Gitter
channel](https://gitter.im/scalacenter/bloop).
If you need help, you can always come over our [Discord
channel](https://discord.gg/KWF9zMhJWS).
4 changes: 2 additions & 2 deletions docs/build-tools/sbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ Use an IDE such as [Metals](docs/ides/metals) or
[CLI](docs/cli/tutorial) if you want to explore what CLI options are
available.

If you need help, you can always come over to our [Gitter
channel](https://gitter.im/scalacenter/bloop).
If you need help, you can always come over to our [Discord
channel](https://discord.gg/KWF9zMhJWS).

## Plugin Configuration

Expand Down
4 changes: 2 additions & 2 deletions docs/debugging-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ supports JDI.

Support for debugging is not yet fully worked out and it's gradually becoming
better with every release. We're actively looking for contributions in this
space so drop by our [Gitter channel][gitter] to help out make it better.
space so drop by our [Dicord channel][discord] to help out make it better.

## Debugging via an editor

Expand Down Expand Up @@ -115,5 +115,5 @@ Here are the current limitations with the DAP implementation and debugging suppo
[bsp]: https://github.com/scalacenter/bsp/blob/master/docs/bsp.md
[java-debug]: https://github.com/microsoft/java-debug/
[metals]: https://scalameta.org/metals/
[gitter]: https://gitter.im/scalacenter/bloop
[discord]: https://discord.gg/KWF9zMhJWS
[jdi]: https://docs.oracle.com/javase/7/docs/jdk/api/jpda/jdi/
4 changes: 2 additions & 2 deletions docs/guide/last-step.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ You can either use an IDE such as [Metals](docs/ides/metals) or
[CLI](docs/cli/tutorial) if you want to explore what CLI options are
available.

If you need help, you can always come over our [Gitter
channel](https://gitter.im/scalacenter/bloop).
If you need help, you can always come over our [Discord
channel](hhttps://discord.gg/KWF9zMhJWS).
2 changes: 1 addition & 1 deletion docs/performance-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Here's a list of the steps to benchmark `akka/akka`:
Wait for JMH to finish the benchmark and analyze its results!

If you have any questions regarding the benchmark infrastructure, come ask us
in [our Gitter channel](https://gitter.im/scalacenter/bloop).
in [our Discord channel](https://discord.gg/KWF9zMhJWS).

#### Compare performance numbers with sbt

Expand Down
6 changes: 2 additions & 4 deletions website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,7 @@ class Footer extends React.Component {
<a href={`${docsUrl}what-is-bloop`}>What is Bloop</a>
<a href={`${docsUrl}integration`}>Integrate with Bloop</a>
<a href={`${docsUrl}build-tools/overview`}>Build Tools</a>
<a href={` ${docsUrl}contributing-guide`}>
Contributing
</a>
<a href={` ${docsUrl}contributing-guide`}>Contributing</a>
</div>
<div>
<h5>Build Tools</h5>
Expand All @@ -65,7 +63,7 @@ class Footer extends React.Component {
<a href="https://github.com/scalacenter/bloop" target="_blank">
<img src="https://img.shields.io/github/stars/scalacenter/bloop.svg?color=%23087e8b&label=stars&logo=github&style=social" />
</a>
<a href="https://discord.gg/z8gygDXm" target="_blank">
<a href="https://discord.gg/KWF9zMhJWS" target="_blank">
<img src="https://img.shields.io/discord/632642981228314653?logo=discord&style=social" />
</a>
</div>
Expand Down