spring-projects / spring-restdocs

Test-driven documentation for RESTful services
https://spring.io/projects/spring-restdocs
Apache License 2.0
1.16k stars 735 forks source link

All links in the spring-restdocs documentation to a github page get 404s because of missing slash #147

Closed haisi closed 9 years ago

haisi commented 9 years ago

In the official spring-restdocs documentation site all links to github are wrong because slashes were forgotten.

You probably need /{samples}/rest-notes-spring-hateoas[One sample] instead of {samples}/rest-notes-spring-hateoas[One sample]

An example link to the spring-restdocs sample is the following: https://github.com/spring-projects/spring-restdocs/tree/v1.0.0.RELEASEsamples/rest-notes-spring-hateoas and not to https://github.com/spring-projects/spring-restdocs/tree/v1.0.0.RELEASE/samples/rest-notes-spring-hateoas

wilkinsona commented 9 years ago

Sorry, how annoying. Thanks for letting me know. The fixed documentation should be available from http://docs.spring.io/spring-restdocs/docs/1.0.x-SNAPSHOT/reference/html5/ once the CI build completes and the cron job that auto-publishes the documentation has run. Within the next 20-30 minutes hopefully.