Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 14/umbraco-cms/reference/content-delivery-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

</details>

Expand Down
2 changes: 1 addition & 1 deletion 15/umbraco-cms/reference/content-delivery-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

</details>

Expand Down
Loading