Skip to content

Commit

Permalink
Merge pull request #321 from phw/update-chat-link
Browse files Browse the repository at this point in the history
Update chat link
  • Loading branch information
zas authored Jun 21, 2024
2 parents 9ca142c + fd0cc2e commit 11dd07b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion website/frontend/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h3>
</p>
<ul class="list-unstyled">
<li>
{{ _("IRC: {url|#metabrainz}")|expand({'url': 'https://kiwiirc.com/nextclient/irc.libera.chat/?#metabrainz'})|safe }}
{{ _("Chat with us: {url|Matrix, IRC, Discord}")|expand({'url': 'https://musicbrainz.org/doc/Communication/ChatBrainz'})|safe }}
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion website/frontend/templates/docs/build-windows.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ <h2 id="support">Support</h2>
and by submitting a PR against the
<a target="_blank" href="https://github.com/metabrainz/picard-website/">Picard-Website Github Repository</a>.
If you are unable to resolve the issue after research and need further help,
please come to #metabrainz on Libera.Chat (IRC) to request help from the development community.
please join the <a href="https://musicbrainz.org/doc/Communication/ChatBrainz">MetaBrainz chat</a> to request help from the development community.
</p>

</div>
Expand Down
4 changes: 2 additions & 2 deletions website/frontend/templates/docs/development.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</p>

<p>
If you are interested in providing development assistance, contact us by joining the
<code>#metabrainz</code> IRC channel on <code>irc.libera.chat</code>.
If you are interested in providing development assistance, contact us in the
<a href="https://musicbrainz.org/doc/Communication/ChatBrainz">MetaBrainz chat</a>.
To help by reporting bugs or finding a list of available tickets to work on, please have a look at the
<a href="{{ url_for('docs.show_troubleshooting') }}">{{ _("Troubleshooting") }}</a> page.
</p>
Expand Down

0 comments on commit 11dd07b

Please sign in to comment.