Unverified Commit 5a09f9cd authored by Chris Willis-Ford's avatar Chris Willis-Ford Committed by GitHub

Merge pull request #4146 from LLK/hotfix/scratch-desktop-evergreen

[Master] use 'evergreen' URLs for Scratch Desktop downloads
parents 4b1e8e85 2088cf22
...@@ -13,8 +13,8 @@ const Step = require('../../components/steps/step.jsx'); ...@@ -13,8 +13,8 @@ const Step = require('../../components/steps/step.jsx');
require('./install-scratch.scss'); require('./install-scratch.scss');
const downloadUrls = { const downloadUrls = {
mac: 'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop-3.11.1.dmg', mac: 'https://downloads.scratch.mit.edu/desktop/Scratch.dmg',
win: 'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop%20Setup%203.11.1.exe', win: 'https://downloads.scratch.mit.edu/desktop/Scratch%20Setup.exe',
googlePlayStore: 'https://play.google.com/store/apps/details?id=org.scratch', googlePlayStore: 'https://play.google.com/store/apps/details?id=org.scratch',
microsoftStore: 'https://www.microsoft.com/store/apps/9pfgj25jl6x3?cid=storebadge&ocid=badge', microsoftStore: 'https://www.microsoft.com/store/apps/9pfgj25jl6x3?cid=storebadge&ocid=badge',
macAppStore: 'https://apps.apple.com/us/app/scratch-desktop/id1446785996?mt=12' macAppStore: 'https://apps.apple.com/us/app/scratch-desktop/id1446785996?mt=12'
......
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