GoogleCloudPlatform / spring-cloud-gcp

New home for Spring Cloud GCP development starting with version 2.0.
Apache License 2.0
397 stars 295 forks source link

Incorrect latest documentation links #3020

Open breun opened 4 days ago

breun commented 4 days ago

https://github.com/GoogleCloudPlatform/spring-cloud-gcp currently contains these links:

The link target for the reference docs is for Spring Cloud GCP 5.4.3, which is indeed currently the latest version, but the link text mentions version 5.1.0. The link text should match the link target.

For the Javadoc link both the link text and the link target are not for the latest version. https://googleapis.dev/java/spring-cloud-gcp/5.4.3/index.html does exist, so I would expect a link to that.

lqiu96 commented 3 days ago

Thanks for reporting this. We'll have to look into why it's not updating properly. For now, I'll raise a PR to manually update the links.

CC: @burkedavison I also found this older issue regarding not having the other Spring branches being kept up to date: https://github.com/GoogleCloudPlatform/spring-cloud-gcp/issues/2697