Skip to content

Commit 0276d17

Browse files
committed
Merge pull request #33 from ParsePlatform/links
Update links.
2 parents 65ec473 + a76481a commit 0276d17

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

components/Sidebar/FooterMenu.react.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,8 @@ export default class FooterMenu extends React.Component {
4242
position={this.state.position}
4343
onExternalClick={() => this.setState({ show: false })}>
4444
<div className={styles.popup}>
45-
<a href='https://www.github.com/parseplatform'>Open Source <span className={styles.emoji}>🙏</span></a>
46-
<a href='https://www.parse.com/help'>Help + Status <span className={styles.emoji}>💊</span></a>
47-
<a href='https://www.parse.com/docs'>Docs <span className={styles.emoji}>📚</span></a>
48-
<a href='https://www.parse.com/downloads'>Downloads <span className={styles.emoji}>💾</span></a>
45+
<a href='https://www.parse.com/docs/server/guide'>Server Guide <span className={styles.emoji}>📚</span></a>
46+
<a href='https://www.parse.com/help'>Help <span className={styles.emoji}>💊</span></a>
4947
</div>
5048
</Popover>
5149
);

components/Sidebar/Sidebar.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default class Sidebar extends React.Component {
7272
})}
7373
</div>
7474
<div className={styles.footer}>
75-
<a href='https://www.github.com/parseplatform'>Open Source</a>
75+
<a href='https://parseplatform.github.io'>Open Source</a>
7676
<a href='https://www.parse.com/docs'>Docs</a>
7777
<a href='https://www.parse.com/downloads'>Downloads</a>
7878
<FooterMenu />

0 commit comments

Comments
 (0)