Skip to content

Commit e18a988

Browse files
Copilotagocke
andcommitted
Add links to publishing overview and Apple notarization docs
Co-authored-by: agocke <[email protected]>
1 parent 115eefc commit e18a988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/deploying/macos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Before you publish your .NET application for macOS, ensure you have the followin
2222

2323
## Publish your app
2424

25-
Use one of the methods described in the [.NET application publishing overview](index.md) to produce an application. You can create either a framework-dependent or self-contained application.
25+
Use one of the methods described in the [.NET application publishing overview](/dotnet/core/deploying/) to produce an application. You can create either a framework-dependent or self-contained application.
2626

2727
## Apphost and entry point
2828

@@ -45,7 +45,7 @@ The following entitlements enable additional debugging and diagnostic capabiliti
4545

4646
## Sign and notarize
4747

48-
Use Apple's developer documentation to sign and notarize the binary.
48+
Use [Apple's developer documentation](https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution) to sign and notarize the binary.
4949

5050
> [!WARNING]
5151
> Failing to sign and notarize your app might result in the application crashing while executing a restricted operation.

0 commit comments

Comments
 (0)