Skip to content

Commit 18ea09a

Browse files
authored
Merge pull request #6517 from umbraco/customizing/addNewArticles
Update links
2 parents fcbbc21 + 8c66918 commit 18ea09a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

14/umbraco-cms/customizing/extending-overview/extension-conditions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ The conditions are defined as an array of condition configurations. Each entry c
4444

4545
Learn about built-in conditions and how to create your own:
4646

47-
{% content-ref url="../extension-types/condition.md" %}
48-
[Condition Extension Type](extension-types/condition.md)
47+
{% content-ref url="extension-types/condition.md" %}
48+
Condition Extension Type
4949
{% endcontent-ref %}

14/umbraco-cms/customizing/extending-overview/extension-kind.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ const manifest = {
5050

5151
Learn more about Kinds and how to create your own:
5252

53-
{% content-ref url="../extension-types/kind.md" %}
54-
[Kind Extension Type](extension-types/kind.md)
53+
{% content-ref url="extension-types/kind.md" %}
54+
Kind Extension Type
5555
{% endcontent-ref %}

0 commit comments

Comments
 (0)