From 7b921ca2b9cb5db1834e58cd083991dce3e884c0 Mon Sep 17 00:00:00 2001 From: lcawl Date: Fri, 17 Aug 2018 21:39:53 -0700 Subject: [PATCH] [DOCS] Fixes links to role management APIs --- docs/api/role-management.asciidoc | 2 +- docs/development/security/rbac.asciidoc | 2 +- docs/security/index.asciidoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api/role-management.asciidoc b/docs/api/role-management.asciidoc index 73ebd62adbc5..638be89ffbfd 100644 --- a/docs/api/role-management.asciidoc +++ b/docs/api/role-management.asciidoc @@ -6,7 +6,7 @@ experimental[This API is *experimental* and may be changed or removed completely The role management API allows people to manage roles that grant <>. It is *not* supported to do so using the -{ref}/security-api.html#security-api-roles[{es} role management APIs], and doing +{ref}/security-api.html#security-role-apis[{es} role management APIs], and doing so will likely cause {kib}'s authorization to behave unexpectedly. * <> diff --git a/docs/development/security/rbac.asciidoc b/docs/development/security/rbac.asciidoc index 43afb686ac5b..900def1bc1ab 100644 --- a/docs/development/security/rbac.asciidoc +++ b/docs/development/security/rbac.asciidoc @@ -70,7 +70,7 @@ The application is created by concatenating the prefix of `kibana-` with the val } ---------------------------------- -Roles that grant <> should be managed using the <> or the *Management* / *Security* / *Roles* page, not directly using the {es} {ref}/security-api.html#security-api-roles[role management API]. This role can then be assigned to users using {es}'s {ref}/security-api-users.html[User Management APIs]. +Roles that grant <> should be managed using the <> or the *Management* / *Security* / *Roles* page, not directly using the {es} {ref}/security-api.html#security-role-apis[role management API]. This role can then be assigned to users using {es}'s {ref}/security-api-users.html[User Management APIs]. [[development-rbac-authorization]] ==== Authorization diff --git a/docs/security/index.asciidoc b/docs/security/index.asciidoc index 334b687459bc..3b6beb0b88c7 100644 --- a/docs/security/index.asciidoc +++ b/docs/security/index.asciidoc @@ -30,7 +30,7 @@ see {xpack-ref}/authorization.html[Configuring Role-based Access Control]. [NOTE] ============================================================================ Managing roles that grant <> using the {es} -{ref}/security-api.html#security-api-roles[role management APIs] is not supported. Doing so will likely +{ref}/security-api.html#security-role-apis[role management APIs] is not supported. Doing so will likely cause Kibana's authorization to behave unexpectedly. ============================================================================