diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-10-10 14:22:50 +0200 |
---|---|---|
committer | Philipp Deppenwiese <zaolin.daisuki@gmail.com> | 2018-10-11 01:22:12 +0000 |
commit | a85951fb2f08b4883f6155593db7b3ae93cfedfa (patch) | |
tree | 417230dfe424d2c6603be55e9dff491a26502f5c | |
parent | 3c60375c574f39f8718847ddea58d25d21b081b2 (diff) | |
download | coreboot-a85951fb2f08b4883f6155593db7b3ae93cfedfa.tar.xz |
Documentation/releases: Improve readability
A colon usually indicates that something related follows. But in
Documentation/releases/index.md, nothing followed. Fix this by swapping
two lines.
Change-Id: I3e2750c208a2b725145b94615f64381ac763f0dc
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/28990
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
-rw-r--r-- | Documentation/releases/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/releases/index.md b/Documentation/releases/index.md index 09082a18b0..602a63ad04 100644 --- a/Documentation/releases/index.md +++ b/Documentation/releases/index.md @@ -12,6 +12,6 @@ Release notes for previous releases Upcoming release ---------------- -* [4.9 - November 2018](coreboot-4.9-relnotes.md) Please add to the release notes as changes are added: +* [4.9 - November 2018](coreboot-4.9-relnotes.md) |