Skip to content

Commit

Permalink
Fix IL2104 link (#106895)
Browse files Browse the repository at this point in the history
* Fix IL2104 link

* Use vanity link
  • Loading branch information
sbomer authored Aug 26, 2024
1 parent 086ee66 commit 4b9e2f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/illink/src/ILLink.Shared/SharedStrings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,7 @@
<value>Assembly produced trim warnings.</value>
</data>
<data name="AssemblyProducedTrimWarningsMessage" xml:space="preserve">
<value>Assembly '{0}' produced trim warnings. For more information see https://aka.ms/dotnet-illink/libraries</value>
<value>Assembly '{0}' produced trim warnings. For more information see https://aka.ms/il2104</value>
</data>
<data name="TypeWasNotFoundInAssemblyNorBaseLibraryTitle" xml:space="preserve">
<value>Type was not found in the caller assembly nor in the base library. Type name strings used for dynamically accessing a type should be assembly qualified.</value>
Expand Down

0 comments on commit 4b9e2f4

Please sign in to comment.