mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
One more update for '/'
This commit is contained in:
parent
880413a61d
commit
4ca603b050
1 changed files with 2 additions and 2 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="/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="/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>
|
||||
|
|
Loading…
Reference in a new issue