Skip to content

Commit

Permalink
links changed
Browse files Browse the repository at this point in the history
  • Loading branch information
juhi234 committed May 28, 2015
1 parent c3ff0ff commit d9fe132
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/components/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ module.exports = function(core, config, store) {

<ul className="footer-item-container">
<li className="footer-item" >
<a href="http://blog.scrollback.io/" target="_blank" >About us
<a href="http://web.scrollback.io/about" target="_blank" >About us
</a></li>

<li className="footer-item" >
<a href="http://blog.scrollback.io/" target="_blank" >Careers
<a href="http://web.scrollback.io/careers" target="_blank" >Careers
</a></li>

<li className="footer-item" >
<a href="http://blog.scrollback.io/" target="_blank" >Privacy
<a href="http://web.scrollback.io/privacy" target="_blank" >Privacy
</a></li>

<li className="footer-item" >
Expand Down

0 comments on commit d9fe132

Please sign in to comment.