In https://docs.spring.io/spring-security/reference/servlet/oauth2/login/core.html , the link for OAuth 2.0 Login sample leads to 404 not found.

Comment From: jzheaux

Thanks, @Anubhav-2000! I believe the correct link is https://github.com/spring-projects/spring-security-samples/tree/main/servlet/spring-boot/java/oauth2/login

Are you able to provide a PR that updates the link in the 6.0.x branch? I should likely be like this:

{gh-samples-url}/servlet/spring-boot/java/oauth2/login

Comment From: lbkulinski

@jzheaux I have created a PR to fix this issue. Please let me know if anything is needed. Thanks!