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

lzljs3620320 pushed a commit to branch release-0.2
in repository https://gitbox.apache.org/repos/asf/flink-table-store.git


The following commit(s) were added to refs/heads/release-0.2 by this push:
     new 2943415b [hotfix] Update download links
2943415b is described below

commit 2943415b63d943a869b0224e399c7f13697d444c
Author: JingsongLi <[email protected]>
AuthorDate: Mon Jul 25 17:11:59 2022 +0800

    [hotfix] Update download links
---
 docs/content/docs/development/overview.md        | 3 ++-
 docs/content/docs/engines/hive.md                | 2 +-
 docs/content/docs/engines/spark.md               | 2 +-
 docs/content/docs/engines/spark2.md              | 2 +-
 docs/content/docs/try-table-store/quick-start.md | 4 ++--
 5 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/docs/content/docs/development/overview.md 
b/docs/content/docs/development/overview.md
index 6a317190..a5e6e403 100644
--- a/docs/content/docs/development/overview.md
+++ b/docs/content/docs/development/overview.md
@@ -56,7 +56,8 @@ __Note:__ Table Store is only supported since Flink 1.14.
 {{< /hint >}}
 
 {{< stable >}}
-Download [flink-table-store-dist-{{< version 
>}}.jar](https://repo.maven.apache.org/maven2/org/apache/flink/flink-table-store-dist/{{<
 version >}}/flink-table-store-dist-{{< version >}}.jar).
+- Download [flink-table-store-dist-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/flink-table-store-{{< 
version >}}/flink-table-store-dist-{{< version >}}.jar) for Flink 1.15.
+- Download [flink-table-store-dist-{{< version 
>}}_1.14.jar](https://www.apache.org/dyn/closer.lua/flink/flink-table-store-{{< 
version >}}/flink-table-store-dist-{{< version >}}_1.14.jar) for Flink 1.14.
 {{< /stable >}}
 {{< unstable >}}
 You are using an unreleased version of Table Store, you need to manually 
[Build Bundled Jar]({{< ref "docs/engines/build" >}}) from the source code.
diff --git a/docs/content/docs/engines/hive.md 
b/docs/content/docs/engines/hive.md
index 2a12c199..59872248 100644
--- a/docs/content/docs/engines/hive.md
+++ b/docs/content/docs/engines/hive.md
@@ -37,7 +37,7 @@ Table Store currently supports Hive 2.x.
 ## Install
 
 {{< stable >}}
-Download [flink-table-store-hive-connector-{{< version 
>}}.jar](https://repo.maven.apache.org/maven2/org/apache/flink/flink-table-store-hive-connector-/{{<
 version >}}/flink-table-store-hive-connector-{{< version >}}.jar).
+Download [flink-table-store-hive-connector-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/flink-table-store-{{< 
version >}}/flink-table-store-hive-connector-{{< version >}}.jar).
 {{< /stable >}}
 {{< unstable >}}
 
diff --git a/docs/content/docs/engines/spark.md 
b/docs/content/docs/engines/spark.md
index a2bac76c..582e3433 100644
--- a/docs/content/docs/engines/spark.md
+++ b/docs/content/docs/engines/spark.md
@@ -35,7 +35,7 @@ Table Store supports Spark 3+. It is highly recommended to 
use Spark 3+ version
 ## Install
 
 {{< stable >}}
-Download [flink-table-store-spark-{{< version 
>}}.jar](https://repo.maven.apache.org/maven2/org/apache/flink/flink-table-store-spark/{{<
 version >}}/flink-table-store-spark-{{< version >}}.jar).
+Download [flink-table-store-spark-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/flink-table-store-{{< 
version >}}/flink-table-store-spark-{{< version >}}.jar).
 {{< /stable >}}
 {{< unstable >}}
 You are using an unreleased version of Table Store, you need to manually 
[Build Spark Bundled Jar]({{< ref "docs/engines/build" >}}) from the source 
code.
diff --git a/docs/content/docs/engines/spark2.md 
b/docs/content/docs/engines/spark2.md
index 621bc96f..d84342d8 100644
--- a/docs/content/docs/engines/spark2.md
+++ b/docs/content/docs/engines/spark2.md
@@ -35,7 +35,7 @@ Table Store supports Spark 2.4+. It is highly recommended to 
use Spark 2.4+ vers
 ## Install
 
 {{< stable >}}
-Download [flink-table-store-spark2-{{< version 
>}}.jar](https://repo.maven.apache.org/maven2/org/apache/flink/flink-table-store-spark2/{{<
 version >}}/flink-table-store-spark2-{{< version >}}.jar).
+Download [flink-table-store-spark2-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/flink-table-store-{{< 
version >}}/flink-table-store-spark2-{{< version >}}.jar).
 {{< /stable >}}
 {{< unstable >}}
 You are using an unreleased version of Table Store, you need to manually 
[Build Spark Bundled Jar]({{< ref "docs/engines/build" >}}) from the source 
code.
diff --git a/docs/content/docs/try-table-store/quick-start.md 
b/docs/content/docs/try-table-store/quick-start.md
index e1bd8328..53f869fe 100644
--- a/docs/content/docs/try-table-store/quick-start.md
+++ b/docs/content/docs/try-table-store/quick-start.md
@@ -35,7 +35,7 @@ document will be guided to create a simple dynamic table to 
read and write it.
 __Note:__ Table Store is only supported since Flink 1.14.
 {{< /hint >}}
 
-[Download the latest binary release](https://flink.apache.org/downloads.html) 
of Flink,
+[Download Flink 1.15](https://flink.apache.org/downloads.html) of Flink,
 then extract the archive:
 
 ```bash
@@ -45,7 +45,7 @@ tar -xzf flink-*.tgz
 ## Step 2: Copy Table Store Bundle Jar
 
 {{< stable >}}
-Download [flink-table-store-dist-{{< version 
>}}.jar](https://repo.maven.apache.org/maven2/org/apache/flink/flink-table-store-dist/{{<
 version >}}/flink-table-store-dist-{{< version >}}.jar).
+Download [flink-table-store-dist-{{< version 
>}}.jar](https://www.apache.org/dyn/closer.lua/flink/flink-table-store-{{< 
version >}}/flink-table-store-dist-{{< version >}}.jar).
 {{< /stable >}}
 {{< unstable >}}
 You are using an unreleased version of Table Store, you need to manually 
[Build Bundled Jar]({{< ref "docs/engines/build" >}}) from the source code.

Reply via email to