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

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


The following commit(s) were added to refs/heads/master by this push:
     new be561130 [hotfix] Fix download url in build page
be561130 is described below

commit be561130e06ec4daa6b58b48294cce4cbc87dd42
Author: JingsongLi <[email protected]>
AuthorDate: Thu Aug 11 13:34:56 2022 +0800

    [hotfix] Fix download url in build page
---
 docs/content/docs/engines/build.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/content/docs/engines/build.md 
b/docs/content/docs/engines/build.md
index 8c6c1499..c5b8d68b 100644
--- a/docs/content/docs/engines/build.md
+++ b/docs/content/docs/engines/build.md
@@ -26,7 +26,7 @@ under the License.
 
 # Build from Source
 
-In order to build the Flink Table Store you need the source code. Either 
[download the source of a release]({{< downloads >}}) or [clone the git 
repository]({{< github_repo >}}).
+In order to build the Flink Table Store you need the source code. Either 
[download the source of a release](https://flink.apache.org/downloads.html) or 
[clone the git repository]({{< github_repo >}}).
 
 In addition, you need **Maven 3** and a **JDK** (Java Development Kit). Flink 
Table Store requires **Java 8** to build.
 

Reply via email to