From c0ccb7f3d1618f3850d5a57dcc4f6ceff5e929d0 Mon Sep 17 00:00:00 2001 From: Cadence Ember Date: Tue, 7 Feb 2023 00:28:02 +1300 Subject: [PATCH] Update browser extension URL --- src/application-globals.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/application-globals.rkt b/src/application-globals.rkt index a040ee5..9d79b6d 100644 --- a/src/application-globals.rkt +++ b/src/application-globals.rkt @@ -207,7 +207,7 @@ "BreezeWiki is back! Most major wikis are available.\n" ,(if extension-eligible? '(div (@ (class "bw-top-banner-rainbow")) - "Try " (a (@ (href "https://addons.mozilla.org/en-GB/firefox/addon/indie-wiki-buddy/")) "our affiliated browser extension") " - redirect to BreezeWiki automatically!\n") + "Try " (a (@ (href "https://getindie.wiki/")) "our affiliated browser extension") " - redirect to BreezeWiki automatically!\n") "") "As always, " (a (@ (href "https://docs.breezewiki.com/Reporting_Bugs.html")) "please go here") " to report problems, suggest features, or talk about the project.") ,balloon))