Skip to content

Commit

Permalink
Merge pull request #1367 from mewtaylor/issue/gh-1364
Browse files Browse the repository at this point in the history
Fix GH-1364: Change `help` to `tips` in footer
  • Loading branch information
mewtaylor committed Jun 23, 2017
2 parents 6469ac3 + c1e5c7c commit df2b7fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/footer/www/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ var Footer = React.createClass({
<FormattedMessage id='general.support' />
</dt>
<dd>
<a href="/help/">
<FormattedMessage id='footer.help' />
<a href="/tips">
<FormattedMessage id='general.tips' />
</a>
</dd>
<dd>
Expand Down

0 comments on commit df2b7fd

Please sign in to comment.