mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
update download links
This commit is contained in:
parent
8d1971876f
commit
aae2609bbc
1 changed files with 2 additions and 2 deletions
|
@ -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.0.0.exe' :
|
'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop%20Setup%201.2.0.exe' :
|
||||||
'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop-1.0.0.dmg'
|
'https://downloads.scratch.mit.edu/desktop/Scratch%20Desktop-1.2.0.dmg'
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<FormattedMessage id="download.downloadButton" />
|
<FormattedMessage id="download.downloadButton" />
|
||||||
|
|
Loading…
Reference in a new issue