[hotfix] Update README.md links to point to release-3.2 playground version
diff --git a/README.md b/README.md
index 3072586..7ce0912 100755
--- a/README.md
+++ b/README.md
@@ -114,21 +114,21 @@
 
 ### <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
 ```