spring-cloud / spring-cloud-stream

Framework for building Event-Driven Microservices
http://cloud.spring.io/spring-cloud-stream
Apache License 2.0
993 stars 606 forks source link

Broken documentation links #2975

Closed breun closed 2 months ago

breun commented 2 months ago

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:

olegz commented 2 months ago

Fixed for both stream and function

https://spring.io/projects/spring-cloud-stream#learn https://spring.io/projects/spring-cloud-function#learn

breun commented 2 months ago

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

olegz commented 2 months ago

we're looking into that, it is actually a problem across many cloud projects

olegz commented 2 months ago

fixed

breun commented 2 months ago

we're looking into that, it is actually a problem across many cloud projects

Yeah, I noticed that too, so I opened a lot of tickets about this. Also for a lot of Spring projects outside Spring Cloud.