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>
This commit is contained in:
parent
9752725fe5
commit
5a45c41782
|
@ -34,7 +34,7 @@ message on updating the BIOS.
|
|||
## 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 \
|
||||
|
|
Loading…
Reference in New Issue