You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by fa...@apache.org on 2022/10/09 07:28:22 UTC

[incubator-seatunnel] branch dev updated: [Docs] Fix the `InfluxDB` typo. (#3027)

This is an automated email from the ASF dual-hosted git repository.

fanjia pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 253ea391d [Docs] Fix the `InfluxDB` typo. (#3027)
253ea391d is described below

commit 253ea391dd723b03a60c3b8007444ac4b0324296
Author: liuzhuang2017 <95...@users.noreply.github.com>
AuthorDate: Sun Oct 9 15:28:17 2022 +0800

    [Docs] Fix the `InfluxDB` typo. (#3027)
---
 docs/en/connector/sink/{InfluxDb.md => InfluxDB.md}   | 0
 docs/en/connector/source/{InfluxDb.md => InfluxDB.md} | 6 +++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/en/connector/sink/InfluxDb.md b/docs/en/connector/sink/InfluxDB.md
similarity index 100%
rename from docs/en/connector/sink/InfluxDb.md
rename to docs/en/connector/sink/InfluxDB.md
diff --git a/docs/en/connector/source/InfluxDb.md b/docs/en/connector/source/InfluxDB.md
similarity index 96%
rename from docs/en/connector/source/InfluxDb.md
rename to docs/en/connector/source/InfluxDB.md
index 19fce0c31..17f3b3bd0 100644
--- a/docs/en/connector/source/InfluxDb.md
+++ b/docs/en/connector/source/InfluxDB.md
@@ -1,6 +1,6 @@
-# InfluxDb
+# InfluxDB
 
-> InfluxDb source connector
+> InfluxDB source connector
 
 ## Description
 
@@ -11,7 +11,7 @@ Read data from InfluxDB.
 Engine Supported and plugin name
 
 * [ ] Spark
-* [x] Flink: InfluxDb
+* [x] Flink: InfluxDB
 
 :::