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 <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2019-08-29 16:58:37 +01:00
parent 99c9ea80a6
commit b24a2a4785

View File

@ -289,11 +289,10 @@ anomalies of CI test failures.
helps us to identify "flaky" tests and prioritize the problematic bugs that helps us to identify "flaky" tests and prioritize the problematic bugs that
make review/merges slower. make review/merges slower.
Use the following link to search all issues (open and closed) and look for the Search for the key failure message in all issues (open and closed) before you
key failure message before you raise an issue. This allows you to see if the raise an issue. This allows you to see if the issue has been raised before:
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. Enter an error message in the search box and press enter.