Skip to content

Commit 605caa8

Browse files
authored
Fix deadlink in heading "Memory Model" (#3172)
* Fix deadlink in heading "Memory Model" The heading was linking to https://dlang.org/spec/memory-model which does not exist. I guess it should have been an anchor link instead. * Empty commit to trigger tests again Co-authored-by: quassy <quassy@users.noreply.github.com>
1 parent e330446 commit 605caa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/intro.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ $(OL
6666
)
6767

6868

69-
$(H2 $(LINK2 memory-model, Memory Model))
69+
$(H2 $(LNAME2 memory-model, Memory Model))
7070

7171
$(P The $(I byte) is the fundamental unit of storage. Each byte has 8 bits and is stored at
7272
a unique address. A $(I memory location) is a sequence of one or more bytes of the exact size

0 commit comments

Comments
 (0)