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

[flink-statefun] branch master updated: [hotfix][doc] Remove invalid link in README

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 66b2fc5  [hotfix][doc] Remove invalid link in README
66b2fc5 is described below

commit 66b2fc5a178d916756428f65a197095fbb43f57d
Author: Mingmin Xu <mi...@twitter.com>
AuthorDate: Thu Jan 27 00:47:41 2022 -0800

    [hotfix][doc] Remove invalid link in README
    
    This closes #289.
---
 README.md    | 2 --
 README.zh.md | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 89cf345..3072586 100755
--- a/README.md
+++ b/README.md
@@ -17,8 +17,6 @@ to get yourself started with Stateful Functions.
 
 For a fully detailed documentation, please visit the [official docs](https://ci.apache.org/projects/flink/flink-statefun-docs-master).
 
-For code examples, please take a look at the [examples](statefun-examples/).
-
 ![Java 8 Build](https://github.com/apache/flink-statefun/workflows/Java%208%20Build/badge.svg)
 
 ## Table of Contents
diff --git a/README.zh.md b/README.zh.md
index 3f57a0d..b05094a 100755
--- a/README.zh.md
+++ b/README.zh.md
@@ -6,7 +6,7 @@ Stateful Functions 使我们能够将强大的状态管理与像 AWS Lambda 类
 
 本文档旨在简要介绍 Stateful Functions 的核心概念以及如何开发一个 Stateful Functions 应用。
 
-更多详细信息,可以参考 [官方文档](https://ci.apache.org/projects/flink/flink-statefun-docs-master) ,相关代码示例,请查看[这里](statefun-examples/)  。
+更多详细信息,可以参考 [官方文档](https://ci.apache.org/projects/flink/flink-statefun-docs-master)。
 
 [![构建状态](https://travis-ci.org/apache/flink-statefun.svg?branch=master)](https://travis-ci.org/apache/flink-statefun)