Skip to content

Commit 988ea79

Browse files
author
Peter Huene
committed
Change error message link to aka.ms.
This commit changes the link in the error messages to an aka.ms link.
1 parent 819e91d commit 988ea79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Tasks/Common/Resources/Strings.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,11 +534,11 @@ The following are names of parameters or literal values and should not be transl
534534
<comment>{StrBegin="NETSDK1107: "}</comment>
535535
</data>
536536
<data name="RuntimeListNotFound" xml:space="preserve">
537-
<value>NETSDK1108: Runtime list file '{0}' was not found. Report this error to the .NET Core team here: https://github.com/dotnet/core-setup/issues.</value>
537+
<value>NETSDK1108: Runtime list file '{0}' was not found. Report this error to the .NET Core team here: https://aka.ms/dotnet-sdk-issue.</value>
538538
<comment>{StrBegin="NETSDK1108: "}</comment>
539539
</data>
540540
<data name="DuplicateRuntimePackAsset" xml:space="preserve">
541-
<value>NETSDK1109: More than one asset in the runtime pack has the same destination sub-path of '{0}'. Report this error to the .NET Core team here: https://github.com/dotnet/core-setup/issues.</value>
541+
<value>NETSDK1109: More than one asset in the runtime pack has the same destination sub-path of '{0}'. Report this error to the .NET Core team here: https://aka.ms/dotnet-sdk-issue.</value>
542542
<comment>{StrBegin="NETSDK1109: "}</comment>
543543
</data>
544544
<data name="ReadyToRunCompilationHasWarnings_Info" xml:space="preserve">

0 commit comments

Comments
 (0)