Make donate a redirect

This commit is contained in:
The_Grits 2017-07-26 10:26:32 -04:00 committed by GitHub
parent d936d0d9c4
commit 0d76d58f5f

View file

@ -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/?$",