diff --git a/en/device-dev/kernel/kernel-small-start-user.md b/en/device-dev/kernel/kernel-small-start-user.md index 7c35468929afb154dd67deee34eb9deb9a1e28ac..24d73e5fcda686d589c89bffab32858743dc5dc6 100644 --- a/en/device-dev/kernel/kernel-small-start-user.md +++ b/en/device-dev/kernel/kernel-small-start-user.md @@ -39,7 +39,7 @@ During system startup, **OsUserInitProcess** is called to start the **init** - Starts key system programs or services, such as shell. >![](../public_sys-resources/icon-note.gif) **NOTE:** - >In OpenHarmony, the **init** process reads the **/etc/init.cfg** file and runs specified commands or starts specified processes based on configurations. For details, see [init Module](https://gitee.com/openharmony/docs/blob/master/en/device-dev/subsystems/subsys-boot-init.md). + >In OpenHarmony, the **init** process reads the **/etc/init.cfg** file and runs specified commands or starts specified processes based on configurations. For details, see [init Module](../../subsystems/subsys-boot-init.md). - Monitors the process for reclaiming the orphan process and clears the zombie processes in child processes.