You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by lz...@apache.org on 2022/08/11 05:36:53 UTC

[flink-table-store] branch release-0.2 updated: [hotfix] Fix download url in build page

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 585a4927 [hotfix] Fix download url in build page
585a4927 is described below

commit 585a49278d4b473b7d0064ea4e1ac4825ebd0fb1
Author: JingsongLi <lz...@aliyun.com>
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.