mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Merge pull request #432 from TheGrits/patch-5
Fix gh-427: Footer Wiki Link not working
This commit is contained in:
commit
b5581948a2
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ var Footer = React.createClass({
|
||||||
</a>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
<dd>
|
<dd>
|
||||||
<a href="https://wiki.scratch.mit.edu/">
|
<a href="http://wiki.scratch.mit.edu/">
|
||||||
<FormattedMessage
|
<FormattedMessage
|
||||||
id='general.wiki'
|
id='general.wiki'
|
||||||
defaultMessage={'Scratch Wiki'} />
|
defaultMessage={'Scratch Wiki'} />
|
||||||
|
|
Loading…
Reference in a new issue