Made the link relative

This commit is contained in:
Violet Hansen
2025-03-03 21:36:08 +02:00
committed by GitHub
parent 1e6bf44b3b
commit e88e1dcc89

View File

@ -18,7 +18,7 @@ To mitigate any performance impact caused when the App Control EA isn't valid or
- Avoid updating the App Control policies often.
- Run `ngen update` (on all machine architectures) to force .NET to regenerate all NI files immediately after applying changes to your App Control policies.
- Migrate applications to .NET Core (.NET 6 or greater) and enable [Native AOT](https://learn.microsoft.com/dotnet/core/deploying/native-aot).
- Migrate applications to .NET Core (.NET 6 or greater) and enable [Native AOT](/dotnet/core/deploying/native-aot).
## App Control and .NET hardening