From 9ce46fb4dcedf4387fcbdc1ac55cb2541d82ba10 Mon Sep 17 00:00:00 2001 From: annie_wangli Date: Mon, 1 Nov 2021 15:53:34 +0800 Subject: [PATCH] update docs Signed-off-by: annie_wangli --- en/device-dev/subsystems/subsys-testguide-test.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/subsystems/subsys-testguide-test.md b/en/device-dev/subsystems/subsys-testguide-test.md index acc8daa6ec..b18949a8f2 100644 --- a/en/device-dev/subsystems/subsys-testguide-test.md +++ b/en/device-dev/subsystems/subsys-testguide-test.md @@ -5,7 +5,7 @@ This document describes how to use the OpenHarmony test framework. ## Setting Up the Environment The test framework depends on the Python running environment. Before using the test framework, set up the environment as follows: - [Setting Up the Environment](subsys-testguide-envbuild.md) - - [Obtaining Source Code](../device-dev/get-code/sourcecode-acquire.md) + - [Obtaining Source Code](../get-code/sourcecode-acquire.md) ## Directory Structure -- GitLab