From ce8487d8bb061b9eed37f9661a83200da738262f Mon Sep 17 00:00:00 2001 From: Austin Wise Date: Sun, 6 Feb 2022 10:35:32 -0800 Subject: [PATCH] Fix link in readytorun-format.md The link was not rendering correctly, as the link text and target were on separate lines. --- docs/design/coreclr/botr/readytorun-format.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/design/coreclr/botr/readytorun-format.md b/docs/design/coreclr/botr/readytorun-format.md index 857282f30299c6..6bc9a5068d9e72 100644 --- a/docs/design/coreclr/botr/readytorun-format.md +++ b/docs/design/coreclr/botr/readytorun-format.md @@ -66,8 +66,9 @@ The limitations of the current format are: # Structures -The structures and accompanying constants are defined in the [readytorun.h] -(https://github.com/dotnet/runtime/blob/main/src/coreclr/inc/readytorun.h) header file. +The structures and accompanying constants are defined in the +[readytorun.h](https://github.com/dotnet/runtime/blob/main/src/coreclr/inc/readytorun.h) +header file. Basically the entire R2R executable image is addressed through the READYTORUN_HEADER singleton pointed to by the well-known export RTR_HEADER in the export section of the native executable envelope.