diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-02-26 13:29:34 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-02-27 18:42:45 +0000 |
commit | 5359f577ee0b97ea20e9afa8097d77904c51405c (patch) | |
tree | cf1d0574058685ff3dfe7c1e55d7ab8f43065285 /Documentation/index.md | |
parent | 5e57e390c93d6efa325bf2af494615dd9ad3c0b2 (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>
Diffstat (limited to 'Documentation/index.md')
-rw-r--r-- | Documentation/index.md | 2 |
1 files changed, 1 insertions, 1 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) |