From ee8d51ff714daa0883f2566e872fb3dcc4f32ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20M=C3=B8nster?= Date: Mon, 11 Nov 2024 15:52:45 +0100 Subject: [PATCH] Fix article link to property expansion & limiting --- 14/umbraco-cms/reference/content-delivery-api/README.md | 2 +- 15/umbraco-cms/reference/content-delivery-api/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/14/umbraco-cms/reference/content-delivery-api/README.md b/14/umbraco-cms/reference/content-delivery-api/README.md index 56100f7e400..99665809572 100644 --- a/14/umbraco-cms/reference/content-delivery-api/README.md +++ b/14/umbraco-cms/reference/content-delivery-api/README.md @@ -197,7 +197,7 @@ All content properties (including expanded properties) are part of the output by Property expansion and limiting can be used when querying for single and multiple content or media items. You can expand properties by adding an `expand` parameter to the query and limit them using the `fields` query parameter. -Refer to the [Property Expansion and Limiting](./#property-expansion-and-limiting) article for an in-depth explanation of this feature. +Refer to the [Property Expansion and Limiting](./property-expansion-and-limiting) article for an in-depth explanation of this feature. diff --git a/15/umbraco-cms/reference/content-delivery-api/README.md b/15/umbraco-cms/reference/content-delivery-api/README.md index 56100f7e400..99665809572 100644 --- a/15/umbraco-cms/reference/content-delivery-api/README.md +++ b/15/umbraco-cms/reference/content-delivery-api/README.md @@ -197,7 +197,7 @@ All content properties (including expanded properties) are part of the output by Property expansion and limiting can be used when querying for single and multiple content or media items. You can expand properties by adding an `expand` parameter to the query and limit them using the `fields` query parameter. -Refer to the [Property Expansion and Limiting](./#property-expansion-and-limiting) article for an in-depth explanation of this feature. +Refer to the [Property Expansion and Limiting](./property-expansion-and-limiting) article for an in-depth explanation of this feature.