From c2b5c051dad89069d1006be399643d42cd2dab6b Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 9 Oct 2024 22:51:45 +0200 Subject: [PATCH] crowdfunding: update magic grants url --- src/plugins/crowdfunding/CCSWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;