Skip to content
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
7 changes: 3 additions & 4 deletions src/additional-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ More information about the Flix programming language can be found in:

## Getting Help

If you have a question or comment we are happy to help you out on our Gitter
channel:
If you have a question or comment we are happy to help you out on our Zulip chat:

[https://gitter.im/flix/Lobby](https://gitter.im/flix/Lobby)
[https://flix.zulipchat.com/](https://flix.zulipchat.com/)

## Reporting a Bug

If you encounter a bug, you can report it here:

[https://github.com/flix/flix/issues](https://github.com/flix/flix/issues)

but first you may wish to talk to us on Gitter.
but first you may wish to talk to us on Zulip.
2 changes: 1 addition & 1 deletion src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,4 @@ debug these issues, ensure that:
- On Windows, you can print the variable by typing `echo %JAVA_HOME%`.
- On Mac and Linux, you can print the variable by typing `echo $JAVA_HOME`.

If you are still stuck, you can ask for help on [Gitter](https://gitter.im/flix/Lobby).
If you are still stuck, you can ask for help on [Zulip](https://flix.zulipchat.com/).
Loading