Skip to content

Commit 28a54bf

Browse files
committed
docs: fixes broken references that were pointing to blocks.md before
1 parent cd196ff commit 28a54bf

File tree

2 files changed

+2
-2
lines changed
  • 16/umbraco-cms
    • fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor
    • reference/templating

2 files changed

+2
-2
lines changed

16/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Select the width of the link picker overlay. The overlay size comes in three siz
4545

4646
## Available Blocks
4747

48-
Blocks can be added as elements in the Rich Text Editor. Configuration and rendering of Blocks are described in the [Blocks in Rich Text Editor](broken-reference) article.
48+
Blocks can be added as elements in the Rich Text Editor. Configuration and rendering of Blocks are described in the [Blocks in Rich Text Editor](./blocks.md) article.
4949

5050
## Image Upload Folder
5151

16/umbraco-cms/reference/templating/macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Macros and Partial View Macros have been removed with the release of Umbraco 14.
77

8-
We recommend using using [Partial Views](../../fundamentals/design/partial-views.md) or [Blocks in the Rich Text Editor](broken-reference) as a replacement.
8+
We recommend using [Partial Views](../../fundamentals/design/partial-views.md) or [Blocks in the Rich Text Editor](../../fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/blocks.md) as a replacement.
99

1010
Learn more about the decision for remove Macros in the official announcement: [Breaking change: Macros will be removed in Umbraco 14](https://github.com/umbraco/Announcements/issues/14).
1111
{% endhint %}

0 commit comments

Comments
 (0)