Skip to content

Commit bc2d7c9

Browse files
authored
docs: fix links to /access-control/overview (#9619)
Fixes links to **Access Control** like here https://payloadcms.com/docs/access-control/fields
1 parent b896507 commit bc2d7c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/access-control/collections.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ desc: With Collection-level Access Control you can define which users can create
66
keywords: collections, access control, permissions, documentation, Content Management System, cms, headless, javascript, node, react, nextjs
77
---
88

9-
Collection Access Control is [Access Control](../access-control) used to restrict access to Documents within a [Collection](../collections/overview), as well as what they can and cannot see within the [Admin Panel](../admin/overview) as it relates to that Collection.
9+
Collection Access Control is [Access Control](../overview) used to restrict access to Documents within a [Collection](../collections/overview), as well as what they can and cannot see within the [Admin Panel](../admin/overview) as it relates to that Collection.
1010

1111
To add Access Control to a Collection, use the `access` property in your [Collection Config](../configuration/collections):
1212

docs/access-control/fields.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ desc: Field-level Access Control is specified within a field's config, and allow
66
keywords: fields, access control, permissions, documentation, Content Management System, cms, headless, javascript, node, react, nextjs
77
---
88

9-
Field Access Control is [Access Control](../access-control) used to restrict access to specific [Fields](../fields/overview) within a Document.
9+
Field Access Control is [Access Control](../overview) used to restrict access to specific [Fields](../fields/overview) within a Document.
1010

1111
To add Access Control to a Field, use the `access` property in your [Field Config](../fields/overview):
1212

docs/access-control/globals.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ desc: Global-level Access Control is specified within each Global's `access` pro
66
keywords: globals, access control, permissions, documentation, Content Management System, cms, headless, javascript, node, react, nextjs
77
---
88

9-
Global Access Control is [Access Control](../access-control) used to restrict access to [Global](../globals/overview) Documents, as well as what they can and cannot see within the [Admin Panel](../admin/overview) as it relates to that Global.
9+
Global Access Control is [Access Control](../overview) used to restrict access to [Global](../globals/overview) Documents, as well as what they can and cannot see within the [Admin Panel](../admin/overview) as it relates to that Global.
1010

1111
To add Access Control to a Global, use the `access` property in your [Global Config](../configuration/globals):
1212

0 commit comments

Comments
 (0)