spring-cloud-contract icon indicating copy to clipboard operation
spring-cloud-contract copied to clipboard

Broken links

Open breun opened this issue 1 year ago • 1 comments

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.

breun avatar Jul 18 '24 23:07 breun

I fixed the current version and snapshot, @OlgaMaciaszek @marcingrzejszczak will see what they can do about the others.

ryanjbaxter avatar Jul 22 '24 12:07 ryanjbaxter