Skip to content

Commit 4e9c5b0

Browse files
pivanovflovilmart
authored andcommitted
[issue-543] - fix download link (#567)
1 parent 14d73e9 commit 4e9c5b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Sidebar/Sidebar.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const Sidebar = ({
7979
<div className={styles.footer}>
8080
<a target='_blank' href='https://parseplatform.github.io'>Open Source</a>
8181
<a target='_blank' href='https://www.parse.com/docs'>Docs</a>
82-
<a target='_blank' href='https://www.parse.com/downloads'>Downloads</a>
82+
<a target='_blank' href='https://parseplatform.github.io'>Downloads</a>
8383
<FooterMenu />
8484
</div>
8585
</div>

0 commit comments

Comments
 (0)