Skip to content

Commit 346fcb0

Browse files
ovidiubutedrew-gross
authored andcommitted
Fix documentation link and open link in new browser tab. (#534)
1 parent 3d00578 commit 346fcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 href='https://parse.com/docs/ios/guide#security-class-level-permissions'>Learn more about CLPs and app security</a>}
58+
details={<a target="_blank" href='http://parseplatform.github.io/docs/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)