Skip to content

Commit 61cc82d

Browse files
committed
fix relative link references
1 parent 6feff0e commit 61cc82d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/block-custom-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ The Block Custom View extension type lets you define a Web Component for represe
99
## Build a Custom View
1010

1111
{% hint style="info" %}
12-
Before creating a Block Custom View, make sure you are familiar with the [Extension Registry in Umbraco](https://docs.umbraco.com/umbraco-cms/customizing/extending-overview/extension-registry/extension-registry).
13-
You can also refer to the tutorial [Custom Views for Block List](https://docs.umbraco.com/umbraco-cms/tutorials/creating-custom-views-for-blocklist) for a step-by-step guide.
12+
Before creating a Block Custom View, make sure you are familiar with the [Extension Registry in Umbraco](../../../customizing/extending-overview/extension-registry/register-extensions.md).
13+
You can also refer to the tutorial [Custom Views for Block List](../../../tutorials/creating-custom-views-for-blocklist.md) for a step-by-step guide.
1414
{% endhint %}
1515

1616
1. Make a Document Type with a Property using a Block Editor of choice.

0 commit comments

Comments
 (0)