From f1e3b824e4952392f283a786996660fdeae4b2fc Mon Sep 17 00:00:00 2001 From: Lawrence Qiu Date: Wed, 3 Jul 2024 16:29:40 +0000 Subject: [PATCH] docs: Update README links (#3027) --- README.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 78ba7fdbf6..1e44aa5a1d 100644 --- a/README.adoc +++ b/README.adoc @@ -11,10 +11,10 @@ You can check our project website https://spring.io/projects/spring-cloud-gcp[he For a deep dive into the project, refer to the Spring Framework on Google Cloud Reference documentation or Javadocs: // {x-version-update-start:spring-cloud-gcp:released} -* link:https://googlecloudplatform.github.io/spring-cloud-gcp/5.4.3/reference/html/index.html[Spring Framework on Google Cloud 5.1.0 (Latest)] - https://googleapis.dev/java/spring-cloud-gcp/5.1.0/index.html[Javadocs 5.1.0] +* link:https://googlecloudplatform.github.io/spring-cloud-gcp/5.4.3/reference/html/index.html[Spring Framework on Google Cloud 5.4.3 (Latest)] - https://googleapis.dev/java/spring-cloud-gcp/5.4.3/index.html[Javadocs 5.4.3] // {x-version-update-end} -* link:https://googlecloudplatform.github.io/spring-cloud-gcp/4.10.0/reference/html/index.html[Spring Framework on Google Cloud 4.10.0] - https://googleapis.dev/java/spring-cloud-gcp/4.10.0/index.html[Javadocs 4.10.0] -* link:https://googlecloudplatform.github.io/spring-cloud-gcp/3.8.0/reference/html/index.html[Spring Framework on Google Cloud 3.8.0] - https://googleapis.dev/java/spring-cloud-gcp/3.8.0/index.html[Javadocs 3.8.0] +* link:https://googlecloudplatform.github.io/spring-cloud-gcp/4.10.5/reference/html/index.html[Spring Framework on Google Cloud 4.10.5] - https://googleapis.dev/java/spring-cloud-gcp/4.10.5/index.html[Javadocs 4.10.5] +* link:https://googlecloudplatform.github.io/spring-cloud-gcp/3.8.5/reference/html/index.html[Spring Framework on Google Cloud 3.8.5] - https://googleapis.dev/java/spring-cloud-gcp/3.8.5/index.html[Javadocs 3.8.5] If you prefer to learn by doing, try taking a look at the https://github.com/GoogleCloudPlatform/spring-cloud-gcp/tree/main/spring-cloud-gcp-samples[Spring Framework on Google Cloud sample applications] or the https://codelabs.developers.google.com/spring[Spring on Google Cloud codelabs].