summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAlfred Myers <alfredmyers@users.noreply.github.com>2017-12-27 17:31:09 -0300
committerJan Kotas <jkotas@microsoft.com>2017-12-27 12:31:09 -0800
commitccf53b97615f4d344f46870d057349be984a8caf (patch)
treeb16e5104ea1ea4d4865b2410fce43b55153ea0c3 /Documentation
parente5600842b9839552e2ffa5ba2526b43b4db737f3 (diff)
downloadcoreclr-ccf53b97615f4d344f46870d057349be984a8caf.tar.gz
coreclr-ccf53b97615f4d344f46870d057349be984a8caf.tar.bz2
coreclr-ccf53b97615f4d344f46870d057349be984a8caf.zip
Updated links to ABI conventions (#15651)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/botr/clr-abi.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/botr/clr-abi.md b/Documentation/botr/clr-abi.md
index cfa0130f62..6f37357742 100644
--- a/Documentation/botr/clr-abi.md
+++ b/Documentation/botr/clr-abi.md
@@ -12,9 +12,9 @@ CoreRT refers to https://github.com/dotnet/corert runtime that is optimized for
Read everything in the documented Windows ABI.
-AMD64: See "x64 Software Conventions" on MSDN: https://msdn.microsoft.com/en-us/library/7kcdt6fy.aspx.
+AMD64: See [x64 Software Conventions](https://docs.microsoft.com/en-us/cpp/build/x64-software-conventions).
-ARM: See "Overview of ARM ABI Conventions" on MSDN: https://msdn.microsoft.com/en-us/library/dn736986.aspx.
+ARM: See [Overview of ARM ABI Conventions"](https://docs.microsoft.com/en-us/cpp/build/overview-of-arm-abi-conventions).
The CLR follows those basic conventions. This document only describes things that are CLR-specific, or exceptions from those documents.