Unverified Commit f9abebf8 authored by Colby Gutierrez-Kraybill's avatar Colby Gutierrez-Kraybill Committed by GitHub

Merge pull request #1921 from colbygk/hotfix/funding_redirects

[Master] Add donate and connect (email list) redirects
parents 9a48acea 835b33e9
...@@ -79,6 +79,12 @@ ...@@ -79,6 +79,12 @@
"view": "conference/2018/schedule/schedule", "view": "conference/2018/schedule/schedule",
"title": "Conference Schedule" "title": "Conference Schedule"
}, },
{
"name": "connect",
"pattern": "^/connect/?$",
"routeAlias": "/connect/?$",
"redirect": "https://eepurl.com/cws7_f"
},
{ {
"name": "credits", "name": "credits",
"pattern": "^/info/credits/?$", "pattern": "^/info/credits/?$",
...@@ -295,6 +301,12 @@ ...@@ -295,6 +301,12 @@
"routeAlias": "/info/(cards|communityblocks-interviews|credits|faq|donate)/?$", "routeAlias": "/info/(cards|communityblocks-interviews|credits|faq|donate)/?$",
"redirect": "https://secure.donationpay.org/scratchfoundation/" "redirect": "https://secure.donationpay.org/scratchfoundation/"
}, },
{
"name": "donate-redirect2",
"pattern": "^/donate/?$",
"routeAlias": "/donate/?$",
"redirect": "https://secure.donationpay.org/scratchfoundation/"
},
{ {
"name": "download-redirect", "name": "download-redirect",
"pattern": "^/scratch2download/?$", "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