Skip to content

Commit b936737

Browse files
author
Arthur Cinader
authored
Merge pull request #688 from acinader/update-links
update links to point to parse-community/parseplatform.org
2 parents 2754b3e + 000651f commit b936737

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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
onExternalClick={() => this.setState({ show: false })}>
4444
<div className={styles.popup}>
4545
<a href={`${mountPath}logout`}>Log Out <span className={styles.emoji}>👋</span></a>
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>

src/dashboard/Data/Browser/SecurityDialog.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default class SecurityDialog extends React.Component {
5555
enablePointerPermissions={parseServerSupportsPointerPermissions}
5656
advanced={true}
5757
confirmText='Save CLP'
58-
details={<a target="_blank" href='http://parseplatform.github.io/docs/ios/guide/#security'>Learn more about CLPs and app security</a>}
58+
details={<a target="_blank" href='http://docs.parseplatform.org/ios/guide/#security'>Learn more about CLPs and app security</a>}
5959
permissions={this.props.perms}
6060
validateEntry={entry => validateEntry(this.props.userPointers, entry, parseServerSupportsPointerPermissions)}
6161
onCancel={() => {

0 commit comments

Comments
 (0)