From f3f03e10ebdf8d3472c30140fc6df804674a7fe7 Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 24 Nov 2022 07:36:44 +0000 Subject: [PATCH] update en/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md. Signed-off-by: Austin --- .../porting/porting-bes2600w-on-minisystem-display-demo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md b/en/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md index 816b50800b..8feec3e0db 100644 --- a/en/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md +++ b/en/device-dev/porting/porting-bes2600w-on-minisystem-display-demo.md @@ -1422,7 +1422,7 @@ For details about product compatibility specifications, see [Introduction to Pro ### XTS Test Cases -For details about the `XTS` test cases, see [XTS](https://gitee.com/openharmony/docs/blob/master/en/device-dev/device-test/xts.md). To adapt the `XTS` subsystem, you need to add the `xts_acts`/`xts_tools` component in the `config.json` file, as shown below: +For details about the `XTS` test cases, see [XTS](subsystems/subsys-xts-guide.md). To adapt the `XTS` subsystem, you need to add the `xts_acts`/`xts_tools` component in the `config.json` file, as shown below: { "subsystem": "xts", -- GitLab