diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-02-26 16:25:33 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-02-27 18:54:41 +0000 |
commit | 122e07c8f195ee62df77674dca3b541496ec8275 (patch) | |
tree | ee9f59d517817ceedc53a3ae3ebb1bc8bed151d9 | |
parent | 2ff2da11c482d2a462aad1f38d50a0976f678d19 (diff) |
Documentation/releases/index: Clean up document
There is no reason to use lists to link the checklist and template
document. Thus, link to these documents in their related flowing text.
Change-Id: I9bce0dd6595f1a208e7ea2311a653f9af32530de
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/62412
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | Documentation/releases/index.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/releases/index.md b/Documentation/releases/index.md index 455c37cdda..91710f1a30 100644 --- a/Documentation/releases/index.md +++ b/Documentation/releases/index.md @@ -5,17 +5,13 @@ Please add to the release notes as changes are added: * [4.17 - May 2022](coreboot-4.17-relnotes.md) -The checklist contains instructions to ensure that a release covers all +The [checklist] contains instructions to ensure that a release covers all important things and provides a reliable format for tarballs, branch names etc. -* [checklist](checklist.md) - -For release related communications consider using a template so everything +For release related communications consider using a [template] so everything important is taken care of. -* [templates](templates.md) - ## Previous releases @@ -35,3 +31,7 @@ important is taken care of. * [4.3 - January 2016](coreboot-4.3-relnotes.md) * [4.2 - October 2015](coreboot-4.2-relnotes.md) * [4.1 - July 2015](coreboot-4.1-relnotes.md) + + +[checklist]: checklist.md +[template]: templates.md |