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

wanghailin 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 a80386abf Fix markdown syntax (#4426)
a80386abf is described below

commit a80386abfad1d11cf67d0aa84c074ced9f1c6569
Author: kezhenxu94 <[email protected]>
AuthorDate: Mon Mar 27 18:14:29 2023 +0800

    Fix markdown syntax (#4426)
---
 docs/en/start-v2/locally/deployment.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/start-v2/locally/deployment.md 
b/docs/en/start-v2/locally/deployment.md
index 79efa3519..c10009b5a 100644
--- a/docs/en/start-v2/locally/deployment.md
+++ b/docs/en/start-v2/locally/deployment.md
@@ -31,7 +31,7 @@ tar -xzvf "apache-seatunnel-incubating-${version}-bin.tar.gz"
 
 ## Step 3: Install connectors plugin
 
-Since 2.2.0-beta, the binary package does not provide connector dependencies 
by default, so when using it for the first time, we need to execute the 
following command to install the connector: (Of course, you can also manually 
download the connector from [Apache Maven 
Repository](https://repo.maven.apache.org/maven2/org/apache/seatunnel/ to 
download, then manually move to the seatunnel subdirectory under the connectors 
directory).
+Since 2.2.0-beta, the binary package does not provide connector dependencies 
by default, so when using it for the first time, we need to execute the 
following command to install the connector: (Of course, you can also manually 
download the connector from [Apache Maven 
Repository](https://repo.maven.apache.org/maven2/org/apache/seatunnel/) to 
download, then manually move to the seatunnel subdirectory under the connectors 
directory).
 
 ```bash
 sh bin/install_plugin.sh 2.3.0-beta

Reply via email to