You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ke...@apache.org on 2023/03/27 08:22:41 UTC

[incubator-seatunnel] branch kezhenxu94-patch-1 created (now e6666f87b)

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

kezhenxu94 pushed a change to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


      at e6666f87b Fix markdown syntax

This branch includes the following new commits:

     new e6666f87b Fix markdown syntax

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-seatunnel] 01/01: Fix markdown syntax

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e6666f87b192fe52bc608ca10be932c236ea9afe
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Mon Mar 27 16:22:35 2023 +0800

    Fix markdown syntax
---
 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