-
Notifications
You must be signed in to change notification settings - Fork 623
Broken documentation links #2975
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
Comments
Fixed for both stream and function https://spring.io/projects/spring-cloud-stream#learn |
On https://spring.io/projects/spring-cloud-stream#learn the link for 4.1.3 still points to https://docs.spring.io/spring-cloud-stream/docs/current/reference/html/, which displays the documentation for version 4.0.5. I think 4.1.3 should point to https://docs.spring.io/spring-cloud-stream/reference/4.1.3 And a similar issue still exists for https://spring.io/projects/spring-cloud-function#learn |
we're looking into that, it is actually a problem across many cloud projects |
fixed |
Yeah, I noticed that too, so I opened a lot of tickets about this. Also for a lot of Spring projects outside Spring Cloud. |
On https://spring.io/projects/spring-cloud-stream#learn there are two broken links:
It looks like the correct URL format is https://docs.spring.io/spring-cloud-stream/reference/${version}, because these work:
The text was updated successfully, but these errors were encountered: