Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update README.adoc for v5.6.0, v4.10.8 and v3.8.8 #3194

Merged
merged 1 commit into from
Sep 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0/reference/html/index.html[Spring Framework on Google Cloud 5.5.1 (Latest)] - https://googleapis.dev/java/spring-cloud-gcp/5.5.1/index.html[Javadocs 5.5.1]
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/5.6.0/reference/html/index.html[Spring Framework on Google Cloud 5.6.0 (Latest)] - https://googleapis.dev/java/spring-cloud-gcp/5.6.0/index.html[Javadocs 5.6.0]
// {x-version-update-end}
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/4.10.7/reference/html/index.html[Spring Framework on Google Cloud 4.10.7] - https://googleapis.dev/java/spring-cloud-gcp/4.10.7/index.html[Javadocs 4.10.7]
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/3.8.7/reference/html/index.html[Spring Framework on Google Cloud 3.8.7] - https://googleapis.dev/java/spring-cloud-gcp/3.8.7/index.html[Javadocs 3.8.7]
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/4.10.8/reference/html/index.html[Spring Framework on Google Cloud 4.10.8] - https://googleapis.dev/java/spring-cloud-gcp/4.10.8/index.html[Javadocs 4.10.8]
* link:https://googlecloudplatform.github.io/spring-cloud-gcp/3.8.8/reference/html/index.html[Spring Framework on Google Cloud 3.8.8] - https://googleapis.dev/java/spring-cloud-gcp/3.8.8/index.html[Javadocs 3.8.8]

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].

Expand Down
Loading