diff --git a/14/umbraco-cms/customizing/extending-overview/extension-conditions.md b/14/umbraco-cms/customizing/extending-overview/extension-conditions.md index 60da22b2aac..43ed0413918 100644 --- a/14/umbraco-cms/customizing/extending-overview/extension-conditions.md +++ b/14/umbraco-cms/customizing/extending-overview/extension-conditions.md @@ -44,6 +44,6 @@ The conditions are defined as an array of condition configurations. Each entry c Learn about built-in conditions and how to create your own: -{% content-ref url="../extension-types/condition.md" %} -[Condition Extension Type](extension-types/condition.md) +{% content-ref url="extension-types/condition.md" %} +Condition Extension Type {% endcontent-ref %} diff --git a/14/umbraco-cms/customizing/extending-overview/extension-kind.md b/14/umbraco-cms/customizing/extending-overview/extension-kind.md index ca025c16e9d..32dbe0443bd 100644 --- a/14/umbraco-cms/customizing/extending-overview/extension-kind.md +++ b/14/umbraco-cms/customizing/extending-overview/extension-kind.md @@ -50,6 +50,6 @@ const manifest = { Learn more about Kinds and how to create your own: -{% content-ref url="../extension-types/kind.md" %} -[Kind Extension Type](extension-types/kind.md) +{% content-ref url="extension-types/kind.md" %} +Kind Extension Type {% endcontent-ref %}