Skip to content

Commit 93ee3cc

Browse files
committed
manual: fix prefilling sysdesc hyperlink
This was reporting a duplicate 'sysdesc' label warning as the {} was being interpreted as a new label instead of a link. Signed-off-by: Julia Vassiliki <julia.vassiliki@unsw.edu.au>
1 parent 58ba4e3 commit 93ee3cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ domains, the attributes used for different mappings may vary.
248248
### Prefilling
249249

250250
A *memory region* may be prefilled with data from a file at build time
251-
by specifying the file's name in the [System Description File]{#sysdesc}.
251+
by specifying the file's name in the [System Description File](#sysdesc).
252252

253253
In this case, specifying the memory region's size become optional. If
254254
a size isn't specified, the memory region will be sized by the length

0 commit comments

Comments
 (0)