diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2024-07-08 20:55:54 -0600 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-07-09 21:10:03 +0000 |
commit | 18c79fe67ba3e884cebc117b35979dc9c22fac06 (patch) | |
tree | 6f772189cc079b57d746a2298bba1f06b9d47b9e /Documentation/mainboard/supermicro/x11-lga1151-series | |
parent | 8a0b68064a63b445dff44860320376a4176a4171 (diff) |
Docs: Fix paths in references to other markdown documents
This fixes a few "cross-reference target not found" warnings from MyST
parser. In these cases, the relative path to the target markdown
document was incorrect.
Change-Id: I5d01deacc3ba7401faba30fc832e2357d4aedad8
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83383
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'Documentation/mainboard/supermicro/x11-lga1151-series')
-rw-r--r-- | Documentation/mainboard/supermicro/x11-lga1151-series/x11-lga1151-series.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/mainboard/supermicro/x11-lga1151-series/x11-lga1151-series.md b/Documentation/mainboard/supermicro/x11-lga1151-series/x11-lga1151-series.md index 206f7f9d98..91a0985cb4 100644 --- a/Documentation/mainboard/supermicro/x11-lga1151-series/x11-lga1151-series.md +++ b/Documentation/mainboard/supermicro/x11-lga1151-series/x11-lga1151-series.md @@ -61,6 +61,6 @@ These issues apply to all boards. Have a look at the board-specific issues, too. [Supermicro X11 LGA1151 series]: https://www.supermicro.com/products/motherboard/Xeon3000/#1151 [OpenBMC]: https://www.openbmc.org/ [flashrom]: https://flashrom.org/Flashrom -[flashing tutorial]: ../../../../tutorial/flashing_firmware/ext_power.md -[Intel FSP2.0]: ../../../../soc/intel/fsp/index.md +[flashing tutorial]: ../../../tutorial/flashing_firmware/ext_power.md +[Intel FSP2.0]: ../../../soc/intel/fsp/index.md [AST2400]: https://www.aspeedtech.com/products.php?fPath=20&rId=376 |