Commit 15982b56 authored by St19_Galla's avatar St19_Galla Committed by chrisgarrity

Fix gh-1780: Corrects Link on About Page (#1781)

* Update about.jsx

* shorten
parent 358ac9a5
...@@ -101,7 +101,7 @@ const About = () => ( ...@@ -101,7 +101,7 @@ const About = () => (
id="about.quotesDescription" id="about.quotesDescription"
values={{ values={{
quotesLink: ( quotesLink: (
<a href="http://wiki.scratch.mit.edu/wiki/How_to_Translate_Scratch"> <a href="/info/quotes/">
<FormattedMessage id="about.quotesLinkText" /> <FormattedMessage id="about.quotesLinkText" />
</a> </a>
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment