Skip to content

Commit db1bbf4

Browse files
authored
Fix link in readytorun-format.md (#64878)
The link was not rendering correctly, as the link text and target were on separate lines.
1 parent aeb7b91 commit db1bbf4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/design/coreclr/botr/readytorun-format.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ The limitations of the current format are:
6666

6767
# Structures
6868

69-
The structures and accompanying constants are defined in the [readytorun.h]
70-
(https://github.com/dotnet/runtime/blob/main/src/coreclr/inc/readytorun.h) header file.
69+
The structures and accompanying constants are defined in the
70+
[readytorun.h](https://github.com/dotnet/runtime/blob/main/src/coreclr/inc/readytorun.h)
71+
header file.
7172
Basically the entire R2R executable image is addressed through the READYTORUN_HEADER singleton
7273
pointed to by the well-known export RTR_HEADER in the export section of the native executable
7374
envelope.

0 commit comments

Comments
 (0)