From ead437f14396a5e95506f6e54ba6a6010ad658b9 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Fri, 25 Aug 2023 20:41:31 +0200 Subject: [PATCH] doc/mb/asus/{p2b-ls,p3b-f}: Remove reference to non-existing document The document for northbridge/intel/i440bx doesn't exist and it didn't exist at the time of introduction of these two mainboard documents. So replace the reference with just the northbridge name. This fixes the following Sphinx warning: WARNING: unknown document: '../../northbridge/intel/i440bx/index' Change-Id: Iaa67399f9d0e62d5d54ae08f5ebb8c70073c601f Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/77442 Tested-by: build bot (Jenkins) Reviewed-by: Nicholas Chin --- Documentation/mainboard/asus/p2b-ls.md | 2 +- Documentation/mainboard/asus/p3b-f.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/mainboard/asus/p2b-ls.md b/Documentation/mainboard/asus/p2b-ls.md index bdb6d7df4f..c119993510 100644 --- a/Documentation/mainboard/asus/p2b-ls.md +++ b/Documentation/mainboard/asus/p2b-ls.md @@ -92,7 +92,7 @@ for only CPU models that the board will actually be run with. ```eval_rst +------------------+--------------------------------------------------+ -| Northbridge | :doc:`../../northbridge/intel/i440bx/index` | +| Northbridge | Intel I440BX | +------------------+--------------------------------------------------+ | Southbridge | i82371eb | +------------------+--------------------------------------------------+ diff --git a/Documentation/mainboard/asus/p3b-f.md b/Documentation/mainboard/asus/p3b-f.md index 587b94efd6..3db20970f7 100644 --- a/Documentation/mainboard/asus/p3b-f.md +++ b/Documentation/mainboard/asus/p3b-f.md @@ -90,7 +90,7 @@ for only CPU models that the board will actually be run with. ```eval_rst +------------------+--------------------------------------------------+ -| Northbridge | :doc:`../../northbridge/intel/i440bx/index` | +| Northbridge | Intel I440BX | +------------------+--------------------------------------------------+ | Southbridge | i82371eb | +------------------+--------------------------------------------------+