Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/29803
Change subject: Documentation: Fix referencing warnings ......................................................................
Documentation: Fix referencing warnings
This commit fixes several "'any' reference target not found" warnings and the resulting links that are created.
Change-Id: I617eddc99a681d721b7652c37ee28e233b7e01a6 Signed-off-by: Felix Singer migy@darmstadt.ccc.de --- M Documentation/mainboard/lenovo/t420.md M Documentation/mainboard/lenovo/t430.md M Documentation/mainboard/lenovo/w530.md M Documentation/releases/coreboot-4.9-relnotes.md 4 files changed, 6 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/03/29803/1
diff --git a/Documentation/mainboard/lenovo/t420.md b/Documentation/mainboard/lenovo/t420.md index ff7a0a9..edd1fef 100644 --- a/Documentation/mainboard/lenovo/t420.md +++ b/Documentation/mainboard/lenovo/t420.md @@ -12,5 +12,5 @@
Steps to access the flash IC are described here [T4xx series].
-[T4xx series]: t4xx_series.md -[T420 / T520 / X220 / T420s / W520 common]: xx20_series.md +[T4xx series]:t4xx_series +[T420 / T520 / X220 / T420s / W520 common]:xx20_series diff --git a/Documentation/mainboard/lenovo/t430.md b/Documentation/mainboard/lenovo/t430.md index 787246f..43a1d51 100644 --- a/Documentation/mainboard/lenovo/t430.md +++ b/Documentation/mainboard/lenovo/t430.md @@ -11,5 +11,5 @@
Steps to access the flash IC are described here [T4xx series].
-[T4xx series]: t4xx_series.md -[T430 / T530 / X230 / T430s / W530 common]: xx30_series.md +[T4xx series]:t4xx_series +[T430 / T530 / X230 / T430s / W530 common]:xx30_series diff --git a/Documentation/mainboard/lenovo/w530.md b/Documentation/mainboard/lenovo/w530.md index f91d9ce..889c701 100644 --- a/Documentation/mainboard/lenovo/w530.md +++ b/Documentation/mainboard/lenovo/w530.md @@ -24,4 +24,4 @@
[w530-2]: w530-2.jpg
-[T430 / T530 / X230 / T430s / W530 common]: xx30_series.md +[T430 / T530 / X230 / T430s / W530 common]:xx30_series diff --git a/Documentation/releases/coreboot-4.9-relnotes.md b/Documentation/releases/coreboot-4.9-relnotes.md index c59744e..7ceaac0 100644 --- a/Documentation/releases/coreboot-4.9-relnotes.md +++ b/Documentation/releases/coreboot-4.9-relnotes.md @@ -6,7 +6,7 @@ Update this document with changes that should be in the release notes. * Please use Markdown. -* See the [4.7](coreboot-4.7-relnotes.md) and [4.8](coreboot-4.8.1-relnotes.md) +* See the [4.7](coreboot-4.7-relnotes) and [4.8](coreboot-4.8.1-relnotes) release notes for the general format. * The chip and board additions and removals will be updated right before the release, so those do not need to be added.