You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2022/02/15 09:17:45 UTC

[flink-statefun] 03/03: [hotfix] Update README.md links to point to release-3.2 playground version

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

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

commit 481f98ff02126a2cc0ee4fc447d09d388d266085
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Tue Feb 15 09:53:51 2022 +0100

    [hotfix] Update README.md links to point to release-3.2 playground version
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 89cf345..e15532b 100755
--- a/README.md
+++ b/README.md
@@ -116,21 +116,21 @@ We highly recommend starting from the the tutorials and examples that can be fou
 
 ### <a name="java">New Java Users
 
-Head over to the [Java SDK Showcase](https://github.com/apache/flink-statefun-playground/tree/release-3.0/java/showcase), or the [Java Greeter Example](https://github.com/apache/flink-statefun-playground/tree/release-3.0/java/greeter) in the playground repository.
+Head over to the [Java SDK Showcase](https://github.com/apache/flink-statefun-playground/tree/release-3.2/java/showcase), or the [Java Greeter Example](https://github.com/apache/flink-statefun-playground/tree/release-3.2/java/greeter) in the playground repository.
 
 Alternatively, execute the following commands to clone the playground repository locally:
 ```
-$ git clone -b release-3.0 https://github.com/apache/flink-statefun-playground.git
+$ git clone -b release-3.2 https://github.com/apache/flink-statefun-playground.git
 $ cd java/showcase # or, java/greeter
 ```
 
 ### <a name="python">New Python Users
 
-For new Python users, head over to the [Python SDK Showcase](https://github.com/apache/flink-statefun-playground/tree/release-3.0/python/showcase), or the [Python Greeter Example](https://github.com/apache/flink-statefun-playground/tree/release-3.0/python/greeter) in the playground repository.
+For new Python users, head over to the [Python SDK Showcase](https://github.com/apache/flink-statefun-playground/tree/release-3.2/python/showcase), or the [Python Greeter Example](https://github.com/apache/flink-statefun-playground/tree/release-3.2/python/greeter) in the playground repository.
 
 Alternatively, execute the following commands to clone the playground repository locally:
 ```
-$ git clone -b release-3.0 https://github.com/apache/flink-statefun-playground.git
+$ git clone -b release-3.2 https://github.com/apache/flink-statefun-playground.git
 $ cd python/showcase # or, python/greeter
 ```