Skip to content

Commit d73d374

Browse files
committed
Adjusted AttributesMapper link
1 parent 75c250c commit d73d374

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/spring-ldap-basic-usage.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This section describes the basics of using Spring LDAP. It contains the followin
1313
[[spring-ldap-basic-usage-search-lookup-attributesmapper]]
1414
== Search and Lookup Using `AttributesMapper`
1515

16-
The following example uses an https://docs.spring.io/spring-ldap/docs/current/apidocs/org/springframework/ldap/core/AttributesMapper.html[`AttributesMapper`] to build a List of all the common names of all the person objects.
16+
The following example uses an https://docs.spring.io/spring-ldap/docs/current/api/org/springframework/ldap/core/AttributesMapper.html[`AttributesMapper`] to build a List of all the common names of all the person objects.
1717

1818
.`AttributesMapper` that returns a single attribute
1919
====

0 commit comments

Comments
 (0)