Skip to content

Commit 71b7a31

Browse files
authored
fix(codesign): update App Store Connect API link (#189)
1 parent 99707fd commit 71b7a31

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
@@ -154,7 +154,7 @@ Despite the name, `appleIdPassword` is **not** the password for your Apple ID ac
154154

155155
#### Option 2: Using an App Store Connect API key
156156

157-
You can generate an App Store Connect API key to authenticate `notarytool` by going to the [App Store Connect access page](https://appstoreconnect.apple.com/access/api) and using the "Keys" tab. This API key will look something like `AuthKey_ABCD123456.p8` and can only be downloaded once.
157+
You can generate an App Store Connect API key to authenticate `notarytool` by going to the [App Store Connect access page](https://appstoreconnect.apple.com/access/integrations/api) and using the "Team Keys" tab. This API key will look something like `AuthKey_ABCD123456.p8` and can only be downloaded once.
158158

159159
There are three mandatory fields for `osxNotarize` if you are using this strategy:
160160

0 commit comments

Comments
 (0)