From b24a2a4785ab74ea3538c3938181adb38e2c45b6 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 29 Aug 2019 16:58:37 +0100 Subject: [PATCH] docs: Fix potentially broken link The link specified in the rota process to search for issues only works if the user running the query is logged into GitHub. Change the wording to avoid the need for the user to be logged into GitHub since that allows the CI to validate the link. Signed-off-by: James O. D. Hunt --- Rota-Process.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Rota-Process.md b/Rota-Process.md index 772f709c01..063d50433f 100644 --- a/Rota-Process.md +++ b/Rota-Process.md @@ -289,11 +289,10 @@ anomalies of CI test failures. helps us to identify "flaky" tests and prioritize the problematic bugs that make review/merges slower. -Use the following link to search all issues (open and closed) and look for the -key failure message before you raise an issue. This allows you to see if the -issue has been raised before: +Search for the key failure message in all issues (open and closed) before you +raise an issue. This allows you to see if the issue has been raised before: -- https://github.com/issues?utf8=%E2%9C%93&q=is%3Aissue+org%3Akata-containers+ +- https://github.com/kata-containers Enter an error message in the search box and press enter.