[DOCS] Fixes links to role management APIs

This commit is contained in:
lcawl 2018-08-17 10:20:28 -07:00
parent 46c35db1df
commit a608205510
2 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ manage roles, log in to {kib} and go to *Management / Elasticsearch / Roles*.
The _Role Management APIs_ enable you to add, update, remove and retrieve roles
dynamically. When you use the APIs to manage roles in the `native` realm, the
roles are stored in an internal {es} index. For more information and examples,
see {ref}/security-api-roles.html[Role Management APIs].
see {ref}/security-api.html#security-api-roles.html[role management APIs].
[float]
[[roles-management-file]]

View File

@ -18,7 +18,7 @@ the API, and other roles that are mapped through files.
When you use role-mappings, you assign existing roles to users.
The available roles should either be added using the
{ref}/security-api-roles.html[Role Management APIs] or defined in the
{ref}/security-api.html#security-api-roles.html[role management APIs] or defined in the
<<roles-management-file, roles file>>. Either role-mapping method can use
either role management method. For example, when you use the role mapping API,
you are able to map users to both API-managed roles and file-managed roles