From 52774330769ccdc2ba8251df0af4349f2d04498d Mon Sep 17 00:00:00 2001 From: songqq0825 Date: Tue, 29 Aug 2023 02:28:09 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ux=E8=AE=BE=E8=AE=A1=E7=AB=A0?= =?UTF-8?q?=E8=8A=82=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: songqq0825 --- .../key-features/multi-device-app-dev/start-with-a-example.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn/application-dev/key-features/multi-device-app-dev/start-with-a-example.md b/zh-cn/application-dev/key-features/multi-device-app-dev/start-with-a-example.md index 685949740d..6fcbeb2129 100644 --- a/zh-cn/application-dev/key-features/multi-device-app-dev/start-with-a-example.md +++ b/zh-cn/application-dev/key-features/multi-device-app-dev/start-with-a-example.md @@ -50,7 +50,7 @@ 如此,既在各设备上体现了UX的一致性,也在各设备上体现了UX的差异性,从而既可以保障各设备上应用界面的体验,也可以最大程度复用界面代码。 -在本文[应用UX设计章节](design-principles.md)中,将详细介绍应用的UX设计规则。 +在[应用UX设计章节](https://docs.openharmony.cn/pages/v4.0/zh-ch/design/ux-design/app-ux-design.md)中,将详细介绍应用的UX设计规则。 ## 工程管理及调试 -- GitLab