Skip to content

Commit eebbd91

Browse files
authored
Fix broken bookmark (#17832)
1 parent 8409602 commit eebbd91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/mvc/views/tag-helpers/built-in/component-tag-helper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ author: guardrex
44
ms.author: riande
55
description: Learn how to use the ASP.NET Core Component Tag Helper to render Razor components in pages and views.
66
ms.custom: mvc
7-
ms.date: 04/01/2020
7+
ms.date: 04/15/2020
88
no-loc: [Blazor, SignalR]
99
uid: mvc/views/tag-helpers/builtin-th/component-tag-helper
1010
---
@@ -16,7 +16,7 @@ To render a component from a page or view, use the [Component Tag Helper](xref:M
1616

1717
## Prerequisites
1818

19-
Follow the guidance in the *Prepare the app to use components in pages and views* section of the <xref:blazor/integrate-components#prepare-the-app-to-use-components-in-pages-and-views> article.
19+
Follow the guidance in the *Prepare the app to use components in pages and views* section of the <xref:blazor/integrate-components#prepare-the-app> article.
2020

2121
## Component Tag Helper
2222

0 commit comments

Comments
 (0)