aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2022-02-26 13:29:34 +0100
committerFelix Singer <felixsinger@posteo.net>2022-02-27 18:42:45 +0000
commit5359f577ee0b97ea20e9afa8097d77904c51405c (patch)
treecf1d0574058685ff3dfe7c1e55d7ab8f43065285
parent5e57e390c93d6efa325bf2af494615dd9ad3c0b2 (diff)
Documentation: Rename release notes document title
The release notes document also contains information about upcoming releases, not only previous releases. Thus, rename the document in the main menu and give it a proper title. Change-Id: I4480c0b6e4be6fcbcb9a00beb0be169a7eed435d Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/62409 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r--Documentation/index.md2
-rw-r--r--Documentation/releases/index.md8
2 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/index.md b/Documentation/index.md
index 1fa29ced72..aecea356df 100644
--- a/Documentation/index.md
+++ b/Documentation/index.md
@@ -189,5 +189,5 @@ Contents:
* [Vendorcode](vendorcode/index.md)
* [Utilities](util.md)
* [coreboot infrastructure](infrastructure/index.md)
-* [Release notes for past releases](releases/index.md)
+* [Release notes](releases/index.md)
* [Flashing firmware tutorial](flash_tutorial/index.md)
diff --git a/Documentation/releases/index.md b/Documentation/releases/index.md
index e783802fb9..08e39f2989 100644
--- a/Documentation/releases/index.md
+++ b/Documentation/releases/index.md
@@ -1,5 +1,6 @@
-Release notes for previous releases
-===================================
+# Release notes
+
+## Previous releases
* [4.1 - July 2015](coreboot-4.1-relnotes.md)
* [4.2 - October 2015](coreboot-4.2-relnotes.md)
@@ -29,8 +30,7 @@ important is taken care of.
* [templates](templates.md)
-Upcoming release
-----------------
+## Upcoming release
Please add to the release notes as changes are added:
* [4.17 - May 2022](coreboot-4.17-relnotes.md)