Describe the bug I followed the link from https://docs.spring.io/spring-security/site/docs/current/reference/html5/#servlet-hello
The page linked from docs is return 404.
To Reproduce Just click on the link from docs of spring io
Expected behavior Display sample codes for spring security
Sample
The completed application can be found at samples/boot/helloworld For your convenience, you can download a minimal Spring Boot + Spring Security application by clicking here.
- Click on the "samples/boot/helloworld" link from the page.
Comment From: nagarajasr
samples have been moved to their own repository check the repo: https://github.com/spring-projects/spring-security-samples and specifically: https://github.com/spring-projects/spring-security-samples/tree/main/servlet/spring-boot/java/hello
Comment From: jzheaux
Thanks for the report, @nagarajasr. This is a duplicate of #9784.
Comment From: sylvermeister
@nagarajasr @jzheaux Thank you for your reply.
I want to help fixing the wrong link being pointed from docs.spring.io.
How do we edit the link from being pointed to the wrong repository?