Skip to content

Commit 49c0011

Browse files
authored
[DOCS] Updates links to user APIs
2 parents a45c312 + 9ac9225 commit 49c0011

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/en/stack/security/authentication/built-in-users.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Although they share the same API, the built-in users are separate and distinct
2727
from users managed by the <<native-realm, native realm>>. Disabling the native
2828
realm will not have any effect on the built-in users. The built-in users can
2929
be disabled individually, using the
30-
{ref}/security-api-users.html[user management API].
30+
{ref}/security-api-disable-user.html[disable users API].
3131

3232
[float]
3333
[[bootstrap-elastic-passwords]]

docs/en/stack/security/authentication/native-realm.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ See {ref}/security-settings.html#ref-native-settings[Native realm settings].
2424
*Management / Security / Users* page.
2525

2626
Alternatively, you can manage users through the `user` API. For more
27-
information and examples, see {ref}/security-api-users.html[User management APIs].
27+
information and examples, see {ref}/security-api.html#security-user-apis[user management APIs].
2828

2929
[[migrating-from-file]]
3030
NOTE: To migrate file-based users to the `native` realm, use the

docs/en/stack/security/authentication/realms.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ _native_::
1010
An internal realm where users are stored in a dedicated {es} index.
1111
This realm supports an authentication token in the form of username and password,
1212
and is available by default when no realms are explicitly configured. The users
13-
are managed via the {ref}/security-api-users.html[User Management API]. See
14-
<<native-realm>>.
13+
are managed via the {ref}/security-api.html#security-user-apis[user management APIs].
14+
See <<native-realm>>.
1515

1616
_ldap_::
1717
A realm that uses an external LDAP server to authenticate the

0 commit comments

Comments
 (0)