mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Add donate and connect (email list) redirects
* https://scratch.mit.edu/donate → https://secure.donationpay.org/scratchfoundation/ * https://scratch.mit.edu/connect → https://eepurl.com/cws7_f
This commit is contained in:
parent
9a48aceaf3
commit
835b33e91e
1 changed files with 12 additions and 0 deletions
|
@ -79,6 +79,12 @@
|
|||
"view": "conference/2018/schedule/schedule",
|
||||
"title": "Conference Schedule"
|
||||
},
|
||||
{
|
||||
"name": "connect",
|
||||
"pattern": "^/connect/?$",
|
||||
"routeAlias": "/connect/?$",
|
||||
"redirect": "https://eepurl.com/cws7_f"
|
||||
},
|
||||
{
|
||||
"name": "credits",
|
||||
"pattern": "^/info/credits/?$",
|
||||
|
@ -295,6 +301,12 @@
|
|||
"routeAlias": "/info/(cards|communityblocks-interviews|credits|faq|donate)/?$",
|
||||
"redirect": "https://secure.donationpay.org/scratchfoundation/"
|
||||
},
|
||||
{
|
||||
"name": "donate-redirect2",
|
||||
"pattern": "^/donate/?$",
|
||||
"routeAlias": "/donate/?$",
|
||||
"redirect": "https://secure.donationpay.org/scratchfoundation/"
|
||||
},
|
||||
{
|
||||
"name": "download-redirect",
|
||||
"pattern": "^/scratch2download/?$",
|
||||
|
|
Loading…
Reference in a new issue