Skip to content

Commit 2df5689

Browse files
refactor: migrate chat references from Gitter to Zulip (#163)
1 parent 3774487 commit 2df5689

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

src/page/Contribute.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function Contribute() {
3232

3333
We organize development using <a
3434
href="https://github.com/flix/flix/issues">GitHub issues</a> and <a
35-
href="https://gitter.im/flix/Lobby">Gitter</a>.
35+
href="https://flix.zulipchat.com/">Zulip</a>.
3636
</p>
3737

3838
<p>

src/page/Documentation.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {Link} from "react-router-dom";
55
import {FaBookReader} from 'react-icons/fa';
66
import {FaStream} from 'react-icons/fa';
77
import {FaMicroblog} from 'react-icons/fa';
8-
import {FaGitter} from 'react-icons/fa';
8+
import {SiZulip} from 'react-icons/si';
99
import {FaGithub} from 'react-icons/fa';
1010
import {FaTwitter} from 'react-icons/fa';
1111
import {GoGraph} from 'react-icons/go';
@@ -97,13 +97,13 @@ function Documentation() {
9797
</Col>
9898

9999
<Col lg="2">
100-
<a href="https://gitter.im/flix/Lobby">
100+
<a href="https://flix.zulipchat.com/">
101101
<Card body className="h-100">
102102
<CardSubtitle className="text-center m-4 text-black-50">
103-
<FaGitter style={{fontSize: '3em'}}/>
103+
<SiZulip style={{fontSize: '3em'}}/>
104104
</CardSubtitle>
105105
<CardTitle className="text-center link-primary">
106-
Gitter
106+
Zulip
107107
</CardTitle>
108108
</Card>
109109
</a>

src/page/Faq.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function Faq() {
2727

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

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

src/page/Internships.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function Internships() {
5151

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

5757
<hr/>

0 commit comments

Comments
 (0)