From: Kevin Sawicki Date: Tue, 14 Jun 2016 22:24:05 +0000 (-0700) Subject: Tweak documentation link X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c5fb0e39e3939305e5030b9c41f7ec6a5cbd5af;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Tweak documentation link --- diff --git a/docs/tutorial/mac-app-store-submission-guide.md b/docs/tutorial/mac-app-store-submission-guide.md index 32f36a9..80a2f8a 100644 --- a/docs/tutorial/mac-app-store-submission-guide.md +++ b/docs/tutorial/mac-app-store-submission-guide.md @@ -179,7 +179,8 @@ app's Mac App Store build. ``` -See [Apple documentation](https://developer.apple.com/library/mac/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/EnablingAppSandbox.html#//apple_ref/doc/uid/TP40011195-CH4-SW6). +See the [Enabling User-Selected File Access documentation][user-selected] for +more details. #### dialog.showSaveDialog @@ -188,7 +189,8 @@ See [Apple documentation](https://developer.apple.com/library/mac/documentation/ ``` -See [Apple documentation](https://developer.apple.com/library/mac/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/EnablingAppSandbox.html#//apple_ref/doc/uid/TP40011195-CH4-SW6). +See the [Enabling User-Selected File Access documentation][user-selected] for +more details. ## Cryptographic Algorithms Used by Electron @@ -237,3 +239,4 @@ ERN)][ern-tutorial]. [app-sandboxing]: https://developer.apple.com/app-sandboxing/ [ern-tutorial]: https://carouselapps.com/2015/12/15/legally-submit-app-apples-app-store-uses-encryption-obtain-ern/ [temporary-exception]: https://developer.apple.com/library/mac/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/AppSandboxTemporaryExceptionEntitlements.html +[user-selected]: https://developer.apple.com/library/mac/documentation/Miscellaneous/Reference/EntitlementKeyReference/Chapters/EnablingAppSandbox.html#//apple_ref/doc/uid/TP40011195-CH4-SW6