diff --git a/docs-en/14-reference/03-connector/03-connector.mdx b/docs-en/14-reference/03-connector/03-connector.mdx index 679ff7dd85f0567d7729ade9a2969a33641151e9..be48fb7c703b4034fb20cf5eb4f09187048880b9 100644 --- a/docs-en/14-reference/03-connector/03-connector.mdx +++ b/docs-en/14-reference/03-connector/03-connector.mdx @@ -79,10 +79,10 @@ The different database framework specifications for various programming language import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; -import InstallOnWindows from ". /_linux_install.mdx"; -import InstallOnLinux from ". /_windows_install.mdx"; -import VerifyWindows from ". /_verify_windows.mdx"; -import VerifyLinux from ". /_verify_linux.mdx"; +import InstallOnWindows from "./_linux_install.mdx"; +import InstallOnLinux from "./_windows_install.mdx"; +import VerifyWindows from "./_verify_windows.mdx"; +import VerifyLinux from "./_verify_linux.mdx"; ## Install client driver diff --git a/docs-en/14-reference/03-connector/_windows_install.mdx b/docs-en/14-reference/03-connector/_windows_install.mdx index a4663b0d86acfd605e57d092df3760510672f521..a3d9caeb0555944c8397de36efa7304dd5fe1d3d 100644 --- a/docs-en/14-reference/03-connector/_windows_install.mdx +++ b/docs-en/14-reference/03-connector/_windows_install.mdx @@ -4,11 +4,7 @@ import PkgList from "/components/PkgList"; -<<<<<<< HEAD [All downloads](https://www.taosdata.com/cn/all-downloads/) -======= - [all downloads](https://www.taosdata.com/cn/all-downloads/) ->>>>>>> develop 2. Execute the installer, select the default value as prompted, and complete the installation 3. Installation path @@ -29,11 +25,7 @@ import PkgList from "/components/PkgList"; :::tip -<<<<<<< HEAD 1. If you use FQDN to connect to the server, you must ensure the local network environment DNS is configured, or add FQDN addressing records in the `hosts` file, e.g., edit C:\Windows\system32\drivers\etc\hosts and add a record like the following: `192.168.1.99 h1.tados.com`.. -======= -1. If you use FQDN to connect to the server, you must ensure the local network environment DNS is configured, or add FQDN addressing records in the `hosts` file, e.g., edit C:\Windows\system32\drivers\etc\hosts and add a record like the following: `192.168.1.99 h1.tados.com`. 2. ->>>>>>> develop 2. Uninstall: Run unins000.exe to uninstall the TDengine application driver. :::