From 6cc17214168a15c2771267ae3d63df4d37e2d31b Mon Sep 17 00:00:00 2001 From: shawn_he Date: Tue, 9 Aug 2022 17:14:36 +0800 Subject: [PATCH] update doc Signed-off-by: shawn_he --- en/device-dev/faqs/faqs-startup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/faqs/faqs-startup.md b/en/device-dev/faqs/faqs-startup.md index 5c616fa89c..033db913af 100644 --- a/en/device-dev/faqs/faqs-startup.md +++ b/en/device-dev/faqs/faqs-startup.md @@ -247,4 +247,4 @@ The system UI freezes at the OpenHarmony startup animation, the calculator appli 1. Check the error information in the hilog file, and correct the corresponding JSON files. 2. Verify the PID of the application, the code logic of the sandbox creation process, and the JSON configuration. -For details, see [Application Sandbox Development Procedure](../subsystems/subsys-boot-appspawn.md#development-procedure). +For details, see [Application Sandbox Development Procedure](../subsystems/subsys-boot-appspawn.md#development-guidelines). -- GitLab