mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -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>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
<dd>
|
<dd>
|
||||||
<a href="/scratch2download/">
|
<a href="/download">
|
||||||
<FormattedMessage id='general.offlineEditor' />
|
<FormattedMessage id='general.offlineEditor' />
|
||||||
</a>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
|
@ -55,7 +55,7 @@ var Privacypolicy = React.createClass({
|
||||||
Scratch Team is responsible for moderation, we have access to all
|
Scratch Team is responsible for moderation, we have access to all
|
||||||
content stored on the Scratch website, including unshared projects.
|
content stored on the Scratch website, including unshared projects.
|
||||||
If you prefer to work on projects in complete privacy, you can use
|
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>.
|
or <a href="/scratch_1.4">Scratch 1.4</a>.
|
||||||
</dd>
|
</dd>
|
||||||
<dt>Usage Information: </dt>
|
<dt>Usage Information: </dt>
|
||||||
|
|
Loading…
Reference in a new issue