Skip to content

Commit 282c76f

Browse files
authored
Change 'current' to 'master' in user profile API links
1 parent 0a510b1 commit 282c76f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2983,7 +2983,7 @@ client.searchableSnapshots.stats(...)
29832983
==== activate_user_profile
29842984
Creates or updates the user profile on behalf of another user.
29852985

2986-
https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-activate-user-profile.html[Endpoint documentation]
2986+
https://www.elastic.co/guide/en/elasticsearch/reference/master/security-api-activate-user-profile.html[Endpoint documentation]
29872987
[source,ts]
29882988
----
29892989
client.security.activateUserProfile(...)
@@ -3293,7 +3293,7 @@ client.security.getUserPrivileges(...)
32933293
==== get_user_profile
32943294
Retrieves user profile for the given unique ID.
32953295

3296-
https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-user-profile.html[Endpoint documentation]
3296+
https://www.elastic.co/guide/en/elasticsearch/reference/master/security-api-get-user-profile.html[Endpoint documentation]
32973297
[source,ts]
32983298
----
32993299
client.security.getUserProfile(...)
@@ -3493,7 +3493,7 @@ client.security.suggestUserProfiles(...)
34933493
==== update_user_profile_data
34943494
Update application specific data for the user profile of the given unique ID.
34953495

3496-
https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-update-user-profile-data.html[Endpoint documentation]
3496+
https://www.elastic.co/guide/en/elasticsearch/reference/master/security-api-update-user-profile-data.html[Endpoint documentation]
34973497
[source,ts]
34983498
----
34993499
client.security.updateUserProfileData(...)

0 commit comments

Comments
 (0)