From 2ef7de57a975ab3a9c95cf62f93a70c635316fb9 Mon Sep 17 00:00:00 2001 From: Nate <46680405+ncaminata@users.noreply.github.com> Date: Tue, 3 Dec 2024 21:54:47 -0500 Subject: [PATCH] chore: fix broken links in collections.mdx (#9697) Fix broken links. --- docs/access-control/collections.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/access-control/collections.mdx b/docs/access-control/collections.mdx index 5b9085e1596..c21bc8b961f 100644 --- a/docs/access-control/collections.mdx +++ b/docs/access-control/collections.mdx @@ -6,7 +6,7 @@ desc: With Collection-level Access Control you can define which users can create keywords: collections, access control, permissions, documentation, Content Management System, cms, headless, javascript, node, react, nextjs --- -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. +Collection Access Control is [Access Control](../access-control/overview) used to restrict access to Documents within a [Collection](../getting-started/concepts#collections), as well as what they can and cannot see within the [Admin Panel](../admin/overview) as it relates to that Collection. To add Access Control to a Collection, use the `access` property in your [Collection Config](../configuration/collections):