mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Merge pull request #1915 from apple502j/patch-2
Changed link from /help to /tips
This commit is contained in:
commit
667d7c1381
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ const About = () => (
|
|||
<h3><FormattedMessage id="about.learnMore" /></h3>
|
||||
<ul className="list">
|
||||
<li>
|
||||
<a href="/help"><FormattedMessage id="about.learnMoreHelp" /></a>
|
||||
<a href="/tips"><FormattedMessage id="about.learnMoreHelp" /></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/info/faq"><FormattedMessage id="about.learnMoreFaq" /></a>
|
||||
|
|
Loading…
Reference in a new issue