From: tobtoht Date: Wed, 9 Oct 2024 20:51:45 +0000 (+0200) Subject: crowdfunding: update magic grants url X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=c2b5c051dad89069d1006be399643d42cd2dab6b;p=gamesguru%2Ffeather.git crowdfunding: update magic grants url --- diff --git a/src/plugins/crowdfunding/CCSWidget.cpp b/src/plugins/crowdfunding/CCSWidget.cpp index 6a50eb48..4c1f91f5 100644 --- a/src/plugins/crowdfunding/CCSWidget.cpp +++ b/src/plugins/crowdfunding/CCSWidget.cpp @@ -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;