Skip to content

Commit 505dc8d

Browse files
authored
Directly link Blazor WASM linker data formats (#18128)
1 parent 658f583 commit 505dc8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/host-and-deploy/blazor/configure-linker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to control the Intermediate Language (IL) Linker when bui
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
77
ms.custom: mvc
8-
ms.date: 04/29/2020
8+
ms.date: 05/04/2020
99
no-loc: [Blazor, SignalR]
1010
uid: host-and-deploy/blazor/configure-linker
1111
---
@@ -78,7 +78,7 @@ Control linking on a per-assembly basis by providing an XML configuration file a
7878
</linker>
7979
```
8080

81-
For more information, see [Link xml file examples (mono/linker GitHub repository)](https://github.com/mono/linker#link-xml-file-examples).
81+
For more information and examples, see [Data Formats (mono/linker GitHub repository)](https://github.com/mono/linker/blob/master/docs/data-formats.md).
8282

8383
## Add an XML linker configuration file to a library
8484

0 commit comments

Comments
 (0)