spring-cloud-contract
spring-cloud-contract copied to clipboard
Broken links
On https://spring.io/projects/spring-cloud-contract#learn there are some broken links:
- 4.1.4 links to https://docs.spring.io/spring-cloud-contract/docs/current/reference/html/, but the latest current documentation seems to be https://docs.spring.io/spring-cloud-contract/reference/
- 4.1.5-SNAPSHOT links to https://docs.spring.io/spring-cloud-contract/docs/4.1.5-SNAPSHOT/reference/html/, which returns 404 Not Found.
- 4.0.8-SNAPSHOT links to https://docs.spring.io/spring-cloud-contract/docs/4.0.8-SNAPSHOT/reference/html/, which returns 404 Not Found.
- 4.0.7 links to https://docs.spring.io/spring-cloud-contract/docs/4.0.7/reference/html/, which returns 404 Not Found.
- 3.0.5-SNAPSHOT links to https://docs.spring.io/spring-cloud-contract/docs/3.0.5-SNAPSHOT/reference/html/, which returns 404 Not Found.
- 2.2.9.BUILD-SNAPSHOT links to https://docs.spring.io/spring-cloud-contract/docs/2.2.9.BUILD-SNAPSHOT/reference/html/, which returns 404 Not Found.
For 4.1.x, te correct links seems to be https://docs.spring.io/spring-cloud-contract/reference/${version}, because these work:
- 4.1.4: https://docs.spring.io/spring-cloud-contract/reference/4.1.4
- 4.1.5-SNAPSHOT: https://docs.spring.io/spring-cloud-contract/reference/4.1.5-SNAPSHOT
I don't know what the correct links are for the older versions.
I fixed the current version and snapshot, @OlgaMaciaszek @marcingrzejszczak will see what they can do about the others.