Skip to content

Commit

Permalink
[issue-543] - fix download link (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivanov authored and flovilmart committed Oct 26, 2016
1 parent 14d73e9 commit 4e9c5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar/Sidebar.react.js
Expand Up @@ -79,7 +79,7 @@ const Sidebar = ({
<div className={styles.footer}>
<a target='_blank' href='https://parseplatform.github.io'>Open Source</a>
<a target='_blank' href='https://www.parse.com/docs'>Docs</a>
<a target='_blank' href='https://www.parse.com/downloads'>Downloads</a>
<a target='_blank' href='https://parseplatform.github.io'>Downloads</a>
<FooterMenu />
</div>
</div>
Expand Down

0 comments on commit 4e9c5b0

Please sign in to comment.