From 32db2e45cb38fc6795b13b2f215abc3adeacd7d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cclaudio-code=E2=80=9D?= Date: Fri, 6 Dec 2024 14:14:53 -0300 Subject: [PATCH] Adjusted AttributesMapper link --- modules/ROOT/pages/spring-ldap-basic-usage.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/spring-ldap-basic-usage.adoc b/modules/ROOT/pages/spring-ldap-basic-usage.adoc index 3d5d62c81..9c81e6f51 100644 --- a/modules/ROOT/pages/spring-ldap-basic-usage.adoc +++ b/modules/ROOT/pages/spring-ldap-basic-usage.adoc @@ -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 ====