README: link to v1.31.0 example directories
Followup to #7267. The rest of the README page refers to v1.31.0, so it would seem reasonable to link to the example folders of v1.31.0 too -- rather than v1.30.0.
@ejona86
diff --git a/README.md b/README.md
index f9c504d..f3fa13f 100644
--- a/README.md
+++ b/README.md
@@ -30,8 +30,8 @@
guide](https://grpc.io/docs/languages/java/quickstart) or the more explanatory [gRPC
basics](https://grpc.io/docs/languages/java/basics).
-The [examples](https://github.com/grpc/grpc-java/tree/v1.30.0/examples) and the
-[Android example](https://github.com/grpc/grpc-java/tree/v1.30.0/examples/android)
+The [examples](https://github.com/grpc/grpc-java/tree/v1.31.0/examples) and the
+[Android example](https://github.com/grpc/grpc-java/tree/v1.31.0/examples/android)
are standalone projects that showcase the usage of gRPC.
Download