From 52c585aef117cc5cf8b85ed0072cf51e6ef58f4e Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 21 Jul 2014 14:20:14 -0500 Subject: [PATCH] SEC-2665: Fix samples/ldap-jc link in reference --- docs/manual/src/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/asciidoc/index.adoc b/docs/manual/src/asciidoc/index.adoc index 9fc8d3c546..3c4f4e7eec 100644 --- a/docs/manual/src/asciidoc/index.adoc +++ b/docs/manual/src/asciidoc/index.adoc @@ -691,7 +691,7 @@ public void configureGlobal(AuthenticationManagerBuilder auth) throws Exception ==== LDAP Authentication -You can find the updates to suppport LDAP based authentication. The https://github.com/spring-projects/spring-security/tree/master/samples/lda-jc[ldap-jc sample] provides a complete example of using LDAP based authentication. +You can find the updates to suppport LDAP based authentication. The https://github.com/spring-projects/spring-security/tree/master/samples/ldap-jc[ldap-jc sample] provides a complete example of using LDAP based authentication. [source,java] ----