From 70b2c45eaacd89adf42cb392ce151ab545cca35d Mon Sep 17 00:00:00 2001 From: Monkey Do Date: Thu, 20 Jun 2024 12:13:32 +0200 Subject: [PATCH 1/2] Update link to chatrooms in footer Point to the MB wiki page for all things communications --- critiquebrainz/frontend/templates/footer.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/critiquebrainz/frontend/templates/footer.html b/critiquebrainz/frontend/templates/footer.html index 2ae13550..e25a91a4 100644 --- a/critiquebrainz/frontend/templates/footer.html +++ b/critiquebrainz/frontend/templates/footer.html @@ -22,8 +22,8 @@

@@ -123,4 +123,4 @@

{{ _("Developers") }}

- \ No newline at end of file + From 4f08471005a3baa6d299e46ae6f24312d8e1f643 Mon Sep 17 00:00:00 2001 From: Monkey Do Date: Thu, 20 Jun 2024 19:11:09 +0200 Subject: [PATCH 2/2] Footer: link to MB docs page rather than wiki phw suggested that in similar PR on LB: https://github.com/metabrainz/listenbrainz-server/pull/2913 --- critiquebrainz/frontend/templates/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/critiquebrainz/frontend/templates/footer.html b/critiquebrainz/frontend/templates/footer.html index e25a91a4..6b77b745 100644 --- a/critiquebrainz/frontend/templates/footer.html +++ b/critiquebrainz/frontend/templates/footer.html @@ -23,7 +23,7 @@

  • {{ _("Chat with us: {url|Matrix, IRC, Discord}")|expand({'url': - 'https://wiki.musicbrainz.org/Communication/ChatBrainz'})|safe }} + 'https://musicbrainz.org/doc/Communication/ChatBrainz'})|safe }}