From cfb977625e592594a368c74a7a8a84e7b21dd276 Mon Sep 17 00:00:00 2001 From: Chelsea Mafrica Date: Wed, 24 Jan 2024 16:32:31 -0800 Subject: [PATCH] docs: Remove links to tests repo Remove links to tests repo and update with corresponding location in the current repo. Fixes #9165 Signed-off-by: Chelsea Mafrica --- docs/code-pr-advice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/code-pr-advice.md b/docs/code-pr-advice.md index d5f5b13866..3360c749f1 100644 --- a/docs/code-pr-advice.md +++ b/docs/code-pr-advice.md @@ -173,7 +173,7 @@ allows you to think about what types of value to test. Raised a GitHub issue in the Kata Containers repository that explains what sort of test is required along with as much detail as -possible. Ensure the original issue is referenced on the `tests` issue. +possible. Ensure the original issue is referenced in the issue. ### Unsafe code