]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
crowdfunding: update magic grants url
authortobtoht <tob@featherwallet.org>
Wed, 9 Oct 2024 20:51:45 +0000 (22:51 +0200)
committertobtoht <tob@featherwallet.org>
Wed, 9 Oct 2024 20:51:45 +0000 (22:51 +0200)
src/plugins/crowdfunding/CCSWidget.cpp

index 6a50eb482472c8f40f8ac9ed8c1a5bed0a24065c..4c1f91f5a177dd323075863440ddc33fa2e13a2b 100644 (file)
@@ -59,7 +59,7 @@ CCSWidget::CCSWidget(QWidget *parent)
                     c->url = QString("https://ccs.getmonero.org/%1").arg(urlpath);
                 }
                 else if (c->organizer == "MAGIC") {
-                    c->url = QString("https://monerofund.org/%1").arg(urlpath);
+                    c->url = QString("https://donate.magicgrants.org/%1").arg(urlpath);
                 }
                 else {
                     continue;