We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d00578 commit 346fcb0Copy full SHA for 346fcb0
src/dashboard/Data/Browser/SecurityDialog.react.js
@@ -55,7 +55,7 @@ export default class SecurityDialog extends React.Component {
55
enablePointerPermissions={parseServerSupportsPointerPermissions}
56
advanced={true}
57
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>}
+ details={<a target="_blank" href='http://parseplatform.github.io/docs/ios/guide/#security'>Learn more about CLPs and app security</a>}
59
permissions={this.props.perms}
60
validateEntry={entry => validateEntry(this.props.userPointers, entry, parseServerSupportsPointerPermissions)}
61
onCancel={() => {
0 commit comments