Skip to content

Commit

Permalink
crowdfunding: update magic grants url
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Oct 9, 2024
1 parent d1f4dfb commit c2b5c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/crowdfunding/CCSWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c2b5c05

Please sign in to comment.