From 18b07efd2674796e9e5f625b8e641ee4c8090d28 Mon Sep 17 00:00:00 2001 From: jcrmerlin Date: Fri, 20 Dec 2024 09:38:19 +0100 Subject: [PATCH] Update 15/umbraco-cms/reference/content-delivery-api/README.md Co-authored-by: sofietoft --- 15/umbraco-cms/reference/content-delivery-api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-cms/reference/content-delivery-api/README.md b/15/umbraco-cms/reference/content-delivery-api/README.md index a559ba8c397..24de01500dc 100644 --- a/15/umbraco-cms/reference/content-delivery-api/README.md +++ b/15/umbraco-cms/reference/content-delivery-api/README.md @@ -594,7 +594,7 @@ In this section, we will discuss some of the known limitations of the API, and h ### Protected content -The Delivery API supports protected content and member authentication. This is an opt-in feature. You can read more about it in the [Protected Content in the Delivery API](https://docs.umbraco.com/umbraco-cms/reference/content-delivery-api/protected-content-in-the-delivery-api) article. +The Delivery API supports protected content and member authentication. This is an opt-in feature. You can read more about it in the [Protected Content in the Delivery API](protected-content-in-the-delivery-api/README.md) article. If member authentication is _not_ explicitly enabled, protected content is ignored and never exposed by the Delivery API.