Commit 0d76d58f authored by The_Grits's avatar The_Grits Committed by GitHub

Make donate a redirect

parent d936d0d9
......@@ -92,12 +92,6 @@
"view": "dmca/dmca",
"title": "DMCA"
},
{
"name": "donate",
"pattern": "^/info/donate/?",
"routeAlias": "/info/(cards|communityblocks-interviews|credits|faq|donate)/?$",
"redirect": "https://secure.donationpay.org/scratchfoundation/"
},
{
"name": "download",
"pattern": "^/download/?$",
......@@ -259,6 +253,12 @@
"view": "wedo2/wedo2",
"title": "LEGO WeDo 2.0"
},
{
"name": "donate-redirect",
"pattern": "^/info/donate/?",
"routeAlias": "/info/(cards|communityblocks-interviews|credits|faq|donate)/?$",
"redirect": "https://secure.donationpay.org/scratchfoundation/"
},
{
"name": "download-redirect",
"pattern": "^/scratch2download/?$",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment