From 61c84bab2933cee6e77d05dfb36dab96bf3af0a1 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Thu, 9 Jan 2025 15:03:55 +0100 Subject: [PATCH] Fix links --- 15/umbraco-cms/fundamentals/backoffice/sections.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15/umbraco-cms/fundamentals/backoffice/sections.md b/15/umbraco-cms/fundamentals/backoffice/sections.md index 364020735d6..0367ecc1e85 100644 --- a/15/umbraco-cms/fundamentals/backoffice/sections.md +++ b/15/umbraco-cms/fundamentals/backoffice/sections.md @@ -122,10 +122,10 @@ The Help section serves as a valuable resource hub in navigating and leveraging ## Custom Sections -Along with the default sections that come with Umbraco, you can create your own [Custom Sections](../../customizing/section-trees/). +Along with the default sections that come with Umbraco, you can create your own [Custom Sections](../../customizing/extending-overview/extension-types/sections/section.md). ## Access based on User Group A User can access a particular section based on the User Group permissions. -Learn more about how to configure the permissions in the article about [backoffice users](../data/users.md). +Learn more about how to configure the permissions in the article about [backoffice users](../data/users/README.md).