diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-08-25 20:41:31 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-08-27 11:14:35 +0000 |
commit | ead437f14396a5e95506f6e54ba6a6010ad658b9 (patch) | |
tree | 128b3c5bb9d25e3f675ff6c662dec394d70690eb | |
parent | 471de17fd59c95f9cac25ecb67bbfc73aa40868a (diff) |
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 <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77442
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nicholas Chin <nic.c3.14@gmail.com>
-rw-r--r-- | Documentation/mainboard/asus/p2b-ls.md | 2 | ||||
-rw-r--r-- | 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 | +------------------+--------------------------------------------------+ |