diff options
author | Patrick Georgi <pgeorgi@google.com> | 2021-05-27 17:11:57 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-05-28 17:58:01 +0000 |
commit | 5a45c417829506bb380f63a1b81babadb08c78fa (patch) | |
tree | ef4a4f641ae07c72d8c495acb9341d3ff13eecfb | |
parent | 9752725fe5d933943e77c9561c2f47110171d3ca (diff) |
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>
-rw-r--r-- | Documentation/mainboard/supermicro/flashing_on_vendorbmc.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mainboard/supermicro/flashing_on_vendorbmc.md b/Documentation/mainboard/supermicro/flashing_on_vendorbmc.md index c8313022aa..377d9003d5 100644 --- a/Documentation/mainboard/supermicro/flashing_on_vendorbmc.md +++ b/Documentation/mainboard/supermicro/flashing_on_vendorbmc.md @@ -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 \ |