Skip to content

Commit

Permalink
Merge pull request #644 from bookbrainz/irc-channel-change
Browse files Browse the repository at this point in the history
docs: Update IRC channel information
  • Loading branch information
MonkeyDo committed May 24, 2021
2 parents 34bca17 + af92f38 commit 78f325c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/client/components/forms/deletion.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class EntityDeletionForm extends React.Component {
</a>
&nbsp;or on our&nbsp;
<a
href="//webchat.freenode.net/?channels=#bookbrainz"
href="//kiwiirc.com/nextclient/irc.libera.chat/?#bookbrainz"
rel="noopener noreferrer"
target="_blank"
>
Expand Down
2 changes: 1 addition & 1 deletion src/client/components/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function AboutPage() {
className="margin-sides-1 contact-text"
icon={faCircle}
/>
<a className="contact-text" href="//webchat.freenode.net/?channels=#bookbrainz">
<a className="contact-text" href="//kiwiirc.com/nextclient/irc.libera.chat/?#bookbrainz">
<FontAwesomeIcon
className="contact-text"
icon={faCommentDots}
Expand Down
2 changes: 1 addition & 1 deletion src/client/components/pages/contribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const {PageHeader} = bootstrap;
* Contribute page
*/
function ContributePage() {
const IRCLink = 'https://webchat.freenode.net/?channels=#bookbrainz';
const IRCLink = 'https://kiwiirc.com/nextclient/irc.libera.chat/?#bookbrainz';
const styleLink =
'https://bookbrainz-user-guide.readthedocs.io/' +
'en/latest/style/introduction/';
Expand Down
2 changes: 1 addition & 1 deletion src/client/components/pages/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const {PageHeader, ListGroup, ListGroupItem, Grid, Col, Row} = bootstrap;
* @returns {ReactElement} a HTML document to display the Develop page
*/
function HelpPage() {
const IRCLink = 'https://webchat.freenode.net/?channels=#bookbrainz';
const IRCLink = 'https://kiwiirc.com/nextclient/irc.libera.chat/?#bookbrainz';
const styleLink =
'https://bookbrainz-user-guide.readthedocs.io/' +
'en/latest/style/introduction/';
Expand Down
2 changes: 1 addition & 1 deletion src/client/components/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class IndexPage extends React.Component {
className="margin-sides-1 contact-text"
icon={faCircle}
/>
<a className="contact-text" href="//webchat.freenode.net/?channels=#bookbrainz">
<a className="contact-text" href="//kiwiirc.com/nextclient/irc.libera.chat/?#bookbrainz">
<FontAwesomeIcon
className="contact-text"
icon={faCommentDots}
Expand Down

0 comments on commit 78f325c

Please sign in to comment.