From 31a1464e045df0677a474774ee6bc1c3db6153a9 Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Sat, 7 Oct 2023 15:37:20 -0700 Subject: [PATCH] Update 70-seeq.md --- docs/en/20-third-party/70-seeq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/20-third-party/70-seeq.md b/docs/en/20-third-party/70-seeq.md index 96aa14157f..8d92ae454c 100644 --- a/docs/en/20-third-party/70-seeq.md +++ b/docs/en/20-third-party/70-seeq.md @@ -23,7 +23,7 @@ TDengine can be added as a data source into Seeq via JDBC connector. Once data s ``` sudo seeq config get Folders/Data ``` -2. Download the latest TDengine Java connector from maven.org, and copy the JAR file into the_directory_found_in_step_1/plugins/lib/ +2. Download the latest TDengine Java connector from maven.org (current is version is [3.2.5](https://repo1.maven.org/maven2/com/taosdata/jdbc/taos-jdbcdriver/3.2.5/taos-jdbcdriver-3.2.5-dist.jar)), and copy the JAR file into the_directory_found_in_step_1/plugins/lib/ 3. Restart Seeq server ``` sudo seeq restart