Skip to content

Commit 5a2055f

Browse files
authored
Broken link fixed
1 parent 9d515ff commit 5a2055f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/clrunmanagedcodecheck-add-suppressunmanagedcodesecurityattribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ A `PInvoke` call is generated by the linker when the linker cannot find a manage
2727

2828
Note that if you use <xref:System.Security.AllowPartiallyTrustedCallersAttribute> in your code, you should explicitly set **/CLRUNMANAGEDCODECHECK** to remove the **SuppressUnmanagedCodeSecurity** attribute. It is a potential security vulnerability if an image contains both the **SuppressUnmanagedCodeSecurity** and **AllowPartiallyTrustedCallers** attributes.
2929

30-
See [Secure Coding Guidelines for Unmanaged Code](/dotnet/framework/security/secure-coding-guidelines-for-unmanaged-code) for more information about the implications of using **SuppressUnmanagedCodeSecurityAttribute**.
30+
See [Secure Coding Guidelines for Unmanaged Code](/dotnet/standard/security/secure-coding-guidelines) for more information about the implications of using **SuppressUnmanagedCodeSecurityAttribute**.
3131

3232
### To set this linker option in the Visual Studio development environment
3333

0 commit comments

Comments
 (0)