Skip to content

Commit

Permalink
Adjusted AttributesMapper link
Browse files Browse the repository at this point in the history
  • Loading branch information
Claudio-code authored and jzheaux committed Dec 12, 2024
1 parent 147a5f0 commit 32db2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ROOT/pages/spring-ldap-basic-usage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This section describes the basics of using Spring LDAP. It contains the followin
[[spring-ldap-basic-usage-search-lookup-attributesmapper]]
== Search and Lookup Using `AttributesMapper`

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.
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.

.`AttributesMapper` that returns a single attribute
====
Expand Down

0 comments on commit 32db2e4

Please sign in to comment.