From 8819184209e7b507af115ab12e9002e843868a28 Mon Sep 17 00:00:00 2001 From: Shuaiqiang Chang Date: Thu, 10 Feb 2022 14:20:33 +0800 Subject: [PATCH] Update docs.md --- documentation20/en/08.connector/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation20/en/08.connector/docs.md b/documentation20/en/08.connector/docs.md index 5c6595d515..2a5ca8f42a 100644 --- a/documentation20/en/08.connector/docs.md +++ b/documentation20/en/08.connector/docs.md @@ -164,7 +164,7 @@ The C/C++ API is similar to MySQL's C API. When application use it, it needs to Note: -- The TDengine dynamic library needs to be linked at compiling. The library in Linux is [libtaos.so](http://libtaos.so/), which installed at/usr/local/taos/driver. By Windows, it is taos.dll and installed at C:\ TDengine. +- The TDengine dynamic library needs to be linked at compiling. The library in Linux is *libtaos.so*, which installed at/usr/local/taos/driver. By Windows, it is taos.dll and installed at C:\ TDengine. - Unless otherwise specified, when the return value of API is an integer, 0 represents success, others are error codes representing the cause of failure, and when the return value is a pointer, NULL represents failure. More sample codes for using C/C++ connectors, please visit https://github.com/taosdata/TDengine/tree/develop/tests/examples/c. -- GitLab