Merge pull request #3008 from LLK/hotfix/update-scratch-desktop

[Master] Hotfix: update scratch-desktop link
This commit is contained in:
Benjamin Wheeler 2019-05-23 18:54:23 -04:00 committed by GitHub
commit 2fc3a3041e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,8 +114,8 @@ class Download extends React.Component {
className="download-button" className="download-button"
href={ href={
this.state.OS === OS_ENUM.WINDOWS ? this.state.OS === OS_ENUM.WINDOWS ?
'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop%20Setup%201.2.1.exe' : 'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop%20Setup%203.3.0.exe' :
'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop-1.2.1.dmg' 'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop-3.3.0.dmg'
} }
> >
<FormattedMessage id="download.downloadButton" /> <FormattedMessage id="download.downloadButton" />