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

[incubator-seatunnel] branch dev updated: [Docs][Start]fix dead link (#3233)

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

kirs 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 4dfd58d4e [Docs][Start]fix dead link (#3233)
4dfd58d4e is described below

commit 4dfd58d4ebdd65305000f2035a0043f18a8b843a
Author: TaoZex <45...@users.noreply.github.com>
AuthorDate: Mon Oct 31 09:14:00 2022 +0800

    [Docs][Start]fix dead link (#3233)
---
 docs/en/start/local.mdx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/start/local.mdx b/docs/en/start/local.mdx
index f9115b6bd..14a57b0c0 100644
--- a/docs/en/start/local.mdx
+++ b/docs/en/start/local.mdx
@@ -32,7 +32,7 @@ tar -xzvf "apache-seatunnel-incubating-${version}-bin.tar.gz"
 <!-- TODO: We should add example module as quick start which is no need for install Spark or Flink -->
 
 ## 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 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 connectors directory).
 ```bash
 sh bin/install_plugin.sh
 ```