Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/55019 )
Change subject: Documentation: Fix named link ......................................................................
Documentation: Fix named link
The syntax requires two bracketed fields.
Change-Id: I98ebe714e57f50017755eed7888f0dd2637a3066 Signed-off-by: Patrick Georgi pgeorgi@google.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/55019 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Paul Menzel paulepanter@mailbox.org Reviewed-by: Michael Niewöhner foss@mniewoehner.de Reviewed-by: Felix Singer felixsinger@posteo.net --- M Documentation/mainboard/supermicro/flashing_on_vendorbmc.md 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Felix Singer: Looks good to me, approved Michael Niewöhner: Looks good to me, approved
diff --git a/Documentation/mainboard/supermicro/flashing_on_vendorbmc.md b/Documentation/mainboard/supermicro/flashing_on_vendorbmc.md index c831302..377d900 100644 --- a/Documentation/mainboard/supermicro/flashing_on_vendorbmc.md +++ b/Documentation/mainboard/supermicro/flashing_on_vendorbmc.md @@ -34,7 +34,7 @@ ## Flashing with disabled ME
If ME is disabled via `me_cleaner` or the ME recovery jumper, it is still -possible to flash remotely with the [`Supermicro Update Manager`](SUM) (`SUM`). +possible to flash remotely with the [`Supermicro Update Manager`][SUM] (`SUM`).
```sh ./sum -i <remote BMC IP> -u <user> -p <password> -c UpdateBios --reboot \