mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
point links at /download
This commit is contained in:
parent
6e3c255fa7
commit
cf863fb3d3
2 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@ var Footer = React.createClass({
|
|||
</a>
|
||||
</dd>
|
||||
<dd>
|
||||
<a href="/scratch2download/">
|
||||
<a href="/download">
|
||||
<FormattedMessage id='general.offlineEditor' />
|
||||
</a>
|
||||
</dd>
|
||||
|
|
|
@ -55,7 +55,7 @@ var Privacypolicy = React.createClass({
|
|||
Scratch Team is responsible for moderation, we have access to all
|
||||
content stored on the Scratch website, including unshared projects.
|
||||
If you prefer to work on projects in complete privacy, you can use
|
||||
either the <a href="/scratch2download">Scratch 2 offline editor</a>{' '}
|
||||
either the <a href="/download">Scratch 2 offline editor</a>{' '}
|
||||
or <a href="/scratch_1.4">Scratch 1.4</a>.
|
||||
</dd>
|
||||
<dt>Usage Information: </dt>
|
||||
|
|
Loading…
Reference in a new issue