File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import {Link} from "react-router-dom";
55import { FaBookReader } from 'react-icons/fa' ;
66import { FaStream } from 'react-icons/fa' ;
77import { FaMicroblog } from 'react-icons/fa' ;
8- import { FaGitter } from 'react-icons/fa ' ;
8+ import { SiZulip } from 'react-icons/si ' ;
99import { FaGithub } from 'react-icons/fa' ;
1010import { FaTwitter } from 'react-icons/fa' ;
1111import { 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments