From: Haseung Bong Date: Sat, 7 Jun 2025 06:04:56 +0000 (+0900) Subject: tests/vm/README: fix documentation path in tests/vm/README X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e317f0ce722f2d36b1ea61de6d85f2e9f2282a0b;p=thirdparty%2Fqemu.git 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 --- diff --git a/tests/vm/README b/tests/vm/README index f9c04cc0e7..14ac323309 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.