Skip to content

Commit

Permalink
Fix documentation link and open link in new browser tab. (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiubute authored and drew-gross committed Sep 17, 2016
1 parent 3d00578 commit 346fcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dashboard/Data/Browser/SecurityDialog.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default class SecurityDialog extends React.Component {
enablePointerPermissions={parseServerSupportsPointerPermissions}
advanced={true}
confirmText='Save CLP'
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>}
permissions={this.props.perms}
validateEntry={entry => validateEntry(this.props.userPointers, entry, parseServerSupportsPointerPermissions)}
onCancel={() => {
Expand Down

0 comments on commit 346fcb0

Please sign in to comment.