Skip to content

Commit f2bb8ff

Browse files
committed
u-root: move reference to mitigate mdl false positive
Our linter, `mdl`, was almost happy after the previous cleanup. However, mistaking the reference for a link description, it was still reporting: ``` ./src/u-root.md:138: MD011 Reversed link syntax ``` Signed-off-by: Daniel Maslowski <info@orangecms.org>
1 parent fb637e3 commit f2bb8ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/u-root.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ testing.
134134

135135
Earlier iterations of u-root offered on-demand compilation, one of the oldest
136136
ideas in computer science.
137-
Slimline Open Firmware (SLOF)[^7] is a FORTHbased implementation of Open
137+
Slimline Open Firmware[^7] (SLOF) is a FORTHbased implementation of Open
138138
Firmware developed by IBM for some of its Power and Cell processors. SLOF is
139139
capable of storing all of Open Firmware as source in the flash memory and
140140
compiling components to indirect threading on demand[^2].

0 commit comments

Comments
 (0)