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
2 changes: 1 addition & 1 deletion src/page/Contribute.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function Contribute() {

We organize development using <a
href="https://github.com/flix/flix/issues">GitHub issues</a> and <a
href="https://gitter.im/flix/Lobby">Gitter</a>.
href="https://flix.zulipchat.com/">Zulip</a>.
</p>

<p>
Expand Down
8 changes: 4 additions & 4 deletions src/page/Documentation.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {Link} from "react-router-dom";
import {FaBookReader} from 'react-icons/fa';
import {FaStream} from 'react-icons/fa';
import {FaMicroblog} from 'react-icons/fa';
import {FaGitter} from 'react-icons/fa';
import {SiZulip} from 'react-icons/si';
import {FaGithub} from 'react-icons/fa';
import {FaTwitter} from 'react-icons/fa';
import {GoGraph} from 'react-icons/go';
Expand Down Expand Up @@ -97,13 +97,13 @@ function Documentation() {
</Col>

<Col lg="2">
<a href="https://gitter.im/flix/Lobby">
<a href="https://flix.zulipchat.com/">
<Card body className="h-100">
<CardSubtitle className="text-center m-4 text-black-50">
<FaGitter style={{fontSize: '3em'}}/>
<SiZulip style={{fontSize: '3em'}}/>
</CardSubtitle>
<CardTitle className="text-center link-primary">
Gitter
Zulip
</CardTitle>
</Card>
</a>
Expand Down
6 changes: 3 additions & 3 deletions src/page/Faq.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Faq() {

<p>
If you get stuck or need help feel free to reach out to
us on <a href="https://gitter.im/flix/Lobby">Gitter</a>.
us on <a href="https://flix.zulipchat.com/">Zulip</a>.
</p>
</Answer>
</QA>
Expand Down Expand Up @@ -59,7 +59,7 @@ function Faq() {
Yes! We welcome any contributions and we are happy to mentor someone who wants to work
on the compiler. We are also open to general feedback and discussion about the language
design. Head on over to <a href="https://github.com/flix/flix">GitHub</a> or <a
href="https://gitter.im/flix/Lobby">Gitter</a> and reach out to us!
href="https://flix.zulipchat.com/">Zulip</a> and reach out to us!
</Answer>
</QA>

Expand Down Expand Up @@ -223,7 +223,7 @@ function Faq() {
</Question>
<Answer>
We are always happy to learn! We are ready to discuss design choices made in Flix.
Swing by Gitter or on GitHub.
Swing by <a href="https://flix.zulipchat.com/">Zulip</a> or on GitHub.
</Answer>
</QA>

Expand Down
2 changes: 1 addition & 1 deletion src/page/Internships.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function Internships() {

<p>
If you have questions, feel free to head over to <a
href="https://gitter.im/flix/Lobby">Gitter</a> and talk to us.
href="https://flix.zulipchat.com/">Zulip</a> and talk to us.
</p>

<hr/>
Expand Down
Loading