spring-projects / spring-restdocs

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

Wrong links to sample projects #148

Closed mvitz closed 9 years ago

mvitz commented 9 years ago

The links to the sample projects on http://docs.spring.io/spring-restdocs/docs/current/reference/html5/#getting-started-sample-applications are wrong. The "One sample" link points to https://github.com/spring-projects/spring-restdocs/tree/v1.0.0.RELEASEsamples/rest-notes-spring-hateoas instead of https://github.com/spring-projects/spring-restdocs/tree/v1.0.0.RELEASEsamples/rest-notes-spring-hateoas (notice the missing / after RELEASE and before samples. The templates just contain a placeholder ({samples}) but I couldn't find out where this is resolved. Same problem with "the other" link.

wilkinsona commented 9 years ago

Thanks. This one was fixed in #147.