Skip to content

Commit edaa03c

Browse files
authored
Fix xref build warnings (#18050)
1 parent f0bbf06 commit edaa03c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/blazor/integrate-components.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ The following Razor page renders a `Counter` component:
261261
}
262262
```
263263

264-
For more information, see <xref:xref:mvc/views/tag-helpers/builtin-th/component-tag-helper>.
264+
For more information, see <xref:mvc/views/tag-helpers/builtin-th/component-tag-helper>.
265265

266266
### Render noninteractive components
267267

@@ -284,7 +284,7 @@ In the following Razor page, the `Counter` component is statically rendered with
284284
}
285285
```
286286

287-
For more information, see <xref:xref:mvc/views/tag-helpers/builtin-th/component-tag-helper>.
287+
For more information, see <xref:mvc/views/tag-helpers/builtin-th/component-tag-helper>.
288288

289289
## Component namespaces
290290

0 commit comments

Comments
 (0)