Skip to content

Commit

Permalink
doc/mb/asus/{p2b-ls,p3b-f}: Remove reference to non-existing document
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77442
Tested-by: build bot (Jenkins) <[email protected]>
Reviewed-by: Nicholas Chin <[email protected]>
  • Loading branch information
felixsinger authored and Felix Singer committed Aug 27, 2023
1 parent 471de17 commit ead437f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/mainboard/asus/p2b-ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+------------------+--------------------------------------------------+
Expand Down
2 changes: 1 addition & 1 deletion Documentation/mainboard/asus/p3b-f.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
+------------------+--------------------------------------------------+
Expand Down

0 comments on commit ead437f

Please sign in to comment.