Skip to content

Commit b5e432c

Browse files
committed
moving ../
1 parent 9dee644 commit b5e432c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

admin_guide/custom_resource_definitions.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
:toc: macro
99
:toc-title:
1010
:context: admin-guide-custom-resources
11-
:relfileprefix: ../
1211

1312
toc::[]
1413

modules/create_aggregated_cluster_role_crd.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Module included in the following assemblies:
1111

1212
After you create cluster-scoped CRDs, you can grant permissions to it. If you
1313
use the admin, edit, and view
14-
xref:architecture/additional_concepts/authorization.adoc#roles[default
14+
xref:../architecture/additional_concepts/authorization.adoc#roles[default
1515
cluster roles], take advantage of cluster role aggregation for their rules.
1616

1717
[IMPORTANT]
@@ -22,7 +22,7 @@ assign a rule to a role, you must also assign that verb to roles that have more
2222
permissions. For example, if you grant the "get crontabs" permission to the view
2323
role, you must also grant it to the edit and admin roles. The admin or edit role
2424
is usually assigned to the user that created a project through the
25-
xref:admin_guide/managing_projects.adoc#modifying-the-template-for-new-projects[project
25+
xref:../admin_guide/managing_projects.adoc#modifying-the-template-for-new-projects[project
2626
template].
2727
====
2828

@@ -66,7 +66,7 @@ rules:
6666
<4> Specify this label to grant permissions to the edit default role.
6767
<5> Specify the group name of the CRD.
6868
<6> Specify the plural name of the CRD that these rules apply to.
69-
<7> Specify the xref:architecture/additional_concepts/authorization.adoc#action[verbs]
69+
<7> Specify the xref:../architecture/additional_concepts/authorization.adoc#action[verbs]
7070
that represent the permissions that are granted to the role. For example, apply
7171
read and write permissions to the admin and edit roles and only read permission
7272
to the view role.

0 commit comments

Comments
 (0)