Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ccf53b9

Browse files
alfredmyersjkotas
authored andcommitted
Updated links to ABI conventions (#15651)
1 parent e560084 commit ccf53b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/botr/clr-abi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ CoreRT refers to https://github.com/dotnet/corert runtime that is optimized for
1212

1313
Read everything in the documented Windows ABI.
1414

15-
AMD64: See "x64 Software Conventions" on MSDN: https://msdn.microsoft.com/en-us/library/7kcdt6fy.aspx.
15+
AMD64: See [x64 Software Conventions](https://docs.microsoft.com/en-us/cpp/build/x64-software-conventions).
1616

17-
ARM: See "Overview of ARM ABI Conventions" on MSDN: https://msdn.microsoft.com/en-us/library/dn736986.aspx.
17+
ARM: See [Overview of ARM ABI Conventions"](https://docs.microsoft.com/en-us/cpp/build/overview-of-arm-abi-conventions).
1818

1919
The CLR follows those basic conventions. This document only describes things that are CLR-specific, or exceptions from those documents.
2020

0 commit comments

Comments
 (0)