From 443d3cf8e72668603a12e8945b1dcd3564815859 Mon Sep 17 00:00:00 2001 From: shawn_he <shawn.he@huawei.com> Date: Thu, 31 Mar 2022 14:33:53 +0800 Subject: [PATCH] update docs Signed-off-by: shawn_he <shawn.he@huawei.com> --- en/device-dev/get-code/gettools-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/get-code/gettools-overview.md b/en/device-dev/get-code/gettools-overview.md index 7256a7b2b1..9b0e63ba4f 100644 --- a/en/device-dev/get-code/gettools-overview.md +++ b/en/device-dev/get-code/gettools-overview.md @@ -7,4 +7,4 @@ To streamline your device development process, OpenHarmony provides the useful t | Tool | Description | Related Resources| | ---- | ------ | ------ | | DevEco Device Tool | A one-stop integrated development environment (IDE) provided for developers of OpenHarmony-powered smart devices. It allows on-demand component customization, as well as code editing, compilation, burning, and debugging. The tool supports C and C++ languages and can be installed in Visual Studio Code as a plug-in.| [HUAWEI DevEco Device Tool User Guide](https://device.harmonyos.com/en/docs/documentation/guide/service_introduction-0000001050166905)| -| Docker | A containerization platform used to build and containerize applications. The Docker environments in OpenHarmony encapsulate compilation toolchains for different OpenHarmony variants, so you can start your building straightaway without having to install the compilation toolchain on your own.| [Docker Environments](gettools-acquire.md)| +| Docker | A containerization platform used to build and containerize applications. The Docker environments in OpenHarmony encapsulate compilation toolchains for different OpenHarmony variants, so you can start your building straightaway without having to install the compilation toolchain on your own.| [Docker Environment](gettools-acquire.md)| -- GitLab