Skip to content

Commit 2f23fda

Browse files
authored
fix: update macOS keychain doc link (#206)
1 parent 846669e commit 2f23fda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/code-signing/code-signing-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ module.exports = {
183183

184184
#### Option 3: Using a keychain
185185

186-
Instead of providing environment variables to the Forge config passed to `notarytool`, you can choose to use a macOS [keychain](https://support.apple.com/en-ca/guide/mac-help/mchlf375f392/mac) containing either set of credentials (either Option 1 or Option 2 above).
186+
Instead of providing environment variables to the Forge config passed to `notarytool`, you can choose to use a macOS [keychain](https://support.apple.com/en-ca/guide/keychain-access/welcome/mac) containing either set of credentials (either Option 1 or Option 2 above).
187187

188188
You can do this directly in your terminal via the `notarytool store-credentials` command. For usage information, you can refer to the man page for `notarytool`:
189189

0 commit comments

Comments
 (0)