From f3103696980f13ca505686e028381b5737b98ff7 Mon Sep 17 00:00:00 2001 From: Julio Montes Date: Wed, 8 Dec 2021 14:23:23 -0600 Subject: [PATCH] docs: fix check-markdown test Unit-Test-Advice.md was moved to kata-containers repo but URLs pointing to that document were not updated. This patch updates these URLs. Depends-on: github.com/kata-containers/tests#4273 fixes #3240 Signed-off-by: Julio Montes --- 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 78413ccf23..ac0ea76afb 100644 --- a/docs/code-pr-advice.md +++ b/docs/code-pr-advice.md @@ -165,7 +165,7 @@ Ensure any new trace spans added to the code are completed. Where possible, code changes should be accompanied by unit tests. Consider using the standard -[table-based approach](https://github.com/kata-containers/tests/blob/main/Unit-Test-Advice.md) +[table-based approach](Unit-Test-Advice.md) as it encourages you to make functions small and simple, and also allows you to think about what types of value to test.