From 68f9476f11e9142a94ff6a19c6c507eb908ad759 Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Fri, 24 Jun 2022 17:00:45 -0500 Subject: [PATCH] [8.3] Change 'current' to 'master' in user profile API links Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> --- docs/reference.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference.asciidoc b/docs/reference.asciidoc index 2fd0eda62..146c5053e 100644 --- a/docs/reference.asciidoc +++ b/docs/reference.asciidoc @@ -2983,7 +2983,7 @@ client.searchableSnapshots.stats(...) ==== activate_user_profile Creates or updates the user profile on behalf of another user. -https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-activate-user-profile.html[Endpoint documentation] +https://www.elastic.co/guide/en/elasticsearch/reference/master/security-api-activate-user-profile.html[Endpoint documentation] [source,ts] ---- client.security.activateUserProfile(...) @@ -3293,7 +3293,7 @@ client.security.getUserPrivileges(...) ==== get_user_profile Retrieves user profile for the given unique ID. -https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-user-profile.html[Endpoint documentation] +https://www.elastic.co/guide/en/elasticsearch/reference/master/security-api-get-user-profile.html[Endpoint documentation] [source,ts] ---- client.security.getUserProfile(...) @@ -3493,7 +3493,7 @@ client.security.suggestUserProfiles(...) ==== update_user_profile_data Update application specific data for the user profile of the given unique ID. -https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-update-user-profile-data.html[Endpoint documentation] +https://www.elastic.co/guide/en/elasticsearch/reference/master/security-api-update-user-profile-data.html[Endpoint documentation] [source,ts] ---- client.security.updateUserProfileData(...)