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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3024024533 [Hotfix][Docs] Fix version (#190)
3024024533 is described below

commit 302402453319c8dc9f88cb8988ee2de7c9b13a78
Author: Tyrantlucifer <[email protected]>
AuthorDate: Fri Dec 30 18:15:26 2022 +0800

    [Hotfix][Docs] Fix version (#190)
---
 versioned_docs/version-2.3.0/start-v2/locally/deployment.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/versioned_docs/version-2.3.0/start-v2/locally/deployment.md 
b/versioned_docs/version-2.3.0/start-v2/locally/deployment.md
index 9b87da225b..3bf82d9370 100644
--- a/versioned_docs/version-2.3.0/start-v2/locally/deployment.md
+++ b/versioned_docs/version-2.3.0/start-v2/locally/deployment.md
@@ -21,7 +21,7 @@ package `seatunnel-<version>-bin.tar.gz`
 Or you can download it by terminal
 
 ```shell
-export version="2.3.0-beta"
+export version="2.3.0"
 wget 
"https://archive.apache.org/dist/incubator/seatunnel/${version}/apache-seatunnel-incubating-${version}-bin.tar.gz";
 tar -xzvf "apache-seatunnel-incubating-${version}-bin.tar.gz"
 ```
@@ -30,11 +30,11 @@ 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).
 ```bash
-sh bin/install_plugin.sh 2.3.0-beta
+sh bin/install_plugin.sh
 ```
-If you need to specify the version of the connector, take 2.3.0-beta as an 
example, we need to execute
+If you need to specify the version of the connector, take 2.3.0 as an example, 
we need to execute
 ```bash
-sh bin/install_plugin.sh 2.3.0-beta
+sh bin/install_plugin.sh 2.3.0
 ```
 Usually we don't need all the connector plugins, so you can specify the 
plugins you need by configuring `config/plugin_config`, for example, you only 
need the `connector-console` plugin, then you can modify plugin.properties as
 ```plugin_config

Reply via email to