From e317f0ce722f2d36b1ea61de6d85f2e9f2282a0b Mon Sep 17 00:00:00 2001 From: Haseung Bong Date: Sat, 7 Jun 2025 15:04:56 +0900 Subject: [PATCH] tests/vm/README: fix documentation path in tests/vm/README The README file in tests/vm/ points to a non-existent file, docs/devel/testing.rst. Update the README to point to docs/devel/testing/main.rst, which now contains information about VM testing. Signed-off-by: Haseung Bong Fixes: ff41da50308 ("docs/devel: Split testing docs from the build docs and move to separate folder") Reviewed-by: Thomas Huth Message-ID: <20250607060456.28902-1-hasueng@gmail.com> Signed-off-by: Thomas Huth --- tests/vm/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vm/README b/tests/vm/README index f9c04cc0e75..14ac323309e 100644 --- a/tests/vm/README +++ b/tests/vm/README @@ -1 +1 @@ -See docs/devel/testing.rst for help. +See docs/devel/testing/main.rst for help. -- 2.39.5