Skip to content

Commit f06a705

Browse files
authored
Merge pull request #20 from back4app/linkFix
Link correction
2 parents 9e58f2e + dd3697e commit f06a705

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/components/Sidebar/FooterMenu.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default class FooterMenu extends React.Component {
4343
position={this.state.position}
4444
onExternalClick={() => this.setState({ show: false })}>
4545
<div className={styles.popup}>
46-
<a target='_blank' href='https://parseplatform.github.io/docs/parse-server/guide'>Server Guide <span className={styles.emoji}>📚</span></a>
46+
<a target='_blank' href='http://docs.parseplatform.org/parse-server/guide/'>Server Guide <span className={styles.emoji}>📚</span></a>
4747
<a target='_blank' href='http://stackoverflow.com/questions/tagged/parse.com'>Code-level Questions <span className={styles.emoji}></span></a>
4848
<a target='_blank' href='http://stackoverflow.com/questions/tagged/parse-server'>Server Questions <span className={styles.emoji}></span></a>
4949
<a target='_blank' href='http://serverfault.com/tags/parse'>Deployment/Maintenance <span className={styles.emoji}>⚡️</span></a>

src/components/Sidebar/Sidebar.react.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ const Sidebar = ({
7777
})}
7878
</div>
7979
<div className={styles.footer}>
80-
<a target='_blank' href='https://parseplatform.github.io'>Open Source Hub</a>
81-
<a target='_blank' href='https://www.github.com/parseplatform'>GitHub</a>
82-
<a target='_blank' href='https://parseplatform.github.io/docs'>Docs</a>
80+
<a target='_blank' href='http://parseplatform.org/'>Open Source Hub</a>
81+
<a target='_blank' href='https://github.com/parse-community'>GitHub</a>
82+
<a target='_blank' href='http://docs.parseplatform.org/'>Docs</a>
8383
<FooterMenu />
8484
</div>
8585
</div>

0 commit comments

Comments
 (0)