Skip to content

Commit 5fc6e00

Browse files
committed
[hotfix] Update README.md links to point to release-3.2 playground version
1 parent d1b2775 commit 5fc6e00

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,21 +114,21 @@ We highly recommend starting from the the tutorials and examples that can be fou
114114

115115
### <a name="java">New Java Users
116116

117-
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.
117+
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.
118118

119119
Alternatively, execute the following commands to clone the playground repository locally:
120120
```
121-
$ git clone -b release-3.0 https://github.com/apache/flink-statefun-playground.git
121+
$ git clone -b release-3.2 https://github.com/apache/flink-statefun-playground.git
122122
$ cd java/showcase # or, java/greeter
123123
```
124124

125125
### <a name="python">New Python Users
126126

127-
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.
127+
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.
128128

129129
Alternatively, execute the following commands to clone the playground repository locally:
130130
```
131-
$ git clone -b release-3.0 https://github.com/apache/flink-statefun-playground.git
131+
$ git clone -b release-3.2 https://github.com/apache/flink-statefun-playground.git
132132
$ cd python/showcase # or, python/greeter
133133
```
134134

0 commit comments

Comments
 (0)