diff --git a/src/plugins/crowdfunding/CCSWidget.cpp b/src/plugins/crowdfunding/CCSWidget.cpp index 6a50eb4..4c1f91f 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;