mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
update to relative
This commit is contained in:
parent
b1eadf8c12
commit
5d5e1d9fdf
1 changed files with 3 additions and 3 deletions
|
@ -82,7 +82,7 @@ var Landing = injectIntl(React.createClass({
|
|||
<h3 id="guides-header"><FormattedMessage id="teacherlanding.guidesTitle" /></h3>
|
||||
<FlexRow className="guides-and-tutorials">
|
||||
<div>
|
||||
<a href="https://scratch.mit.edu/help/">
|
||||
<a href=\"/help\">
|
||||
<img src="/svgs/teachers/resources.svg" alt="resources icon" />
|
||||
</a>
|
||||
<p>
|
||||
|
@ -90,7 +90,7 @@ var Landing = injectIntl(React.createClass({
|
|||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://scratch.mit.edu/projects/editor/?tip_bar=home">
|
||||
<a href=\"/projects/editor/?tip_bar=home\">
|
||||
<img src="/svgs/teachers/tips-window.svg" alt="tips window icon" />
|
||||
</a>
|
||||
<p>
|
||||
|
@ -98,7 +98,7 @@ var Landing = injectIntl(React.createClass({
|
|||
</p>
|
||||
</div>
|
||||
<div>
|
||||
<a href="http://scratched.gse.harvard.edu/guide/">
|
||||
<a href=\"http://scratched.gse.harvard.edu/guide/\">
|
||||
<img src="/svgs/teachers/creative-computing.svg" alt="creative computing icon" />
|
||||
</a>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue