From 9a945c68b5bedc042c90d6d66fada481894cc3c5 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Mon, 14 May 2018 16:27:43 +0100 Subject: [PATCH] docs: Fix release checklist link in releases doc The link to the release checklist in the Releases document was linking to the parent document, not the separate checklist document. Fixes #73. Signed-off-by: James O. D. Hunt --- Releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Releases.md b/Releases.md index ea0bb75ac0..a7b0a21222 100644 --- a/Releases.md +++ b/Releases.md @@ -65,7 +65,7 @@ Note that although hypervisor and guest kernel both have versions, these are not ## Release checklist -The detailed steps to follow to create a new release are specified in the [Release Checklist](#Release-Checklist). +The detailed steps to follow to create a new release are specified in the [Release Checklist](Release-Checklist.md). ## Release process