mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Update download.jsx
This commit is contained in:
parent
48a5046310
commit
9e2c5b27c2
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ class Download extends React.Component {
|
|||
/></p>
|
||||
<p><FormattedMessage
|
||||
id="download.otherVersionsAdminHTML"
|
||||
values={{a: chunks => <a href="http://llk.github.io/scratch-msi/">{chunks}</a>}}
|
||||
values={{a: chunks => <a href="http://scratchfoundation.github.io/scratch-msi/">{chunks}</a>}}
|
||||
/></p>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in a new issue