From 18c79fe67ba3e884cebc117b35979dc9c22fac06 Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Mon, 8 Jul 2024 20:55:54 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/83383 Reviewed-by: Elyes Haouas Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- Documentation/mainboard/prodrive/hermes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation/mainboard/prodrive/hermes.md') diff --git a/Documentation/mainboard/prodrive/hermes.md b/Documentation/mainboard/prodrive/hermes.md index 726382c295..db86130c6f 100644 --- a/Documentation/mainboard/prodrive/hermes.md +++ b/Documentation/mainboard/prodrive/hermes.md @@ -49,6 +49,6 @@ The board features: ## Extra links [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 [AST2500]: https://www.aspeedtech.com/products.php?fPath=20&rId=440 -- cgit v1.2.3