Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/linker/Linker.Steps/LinkAttributesParser.cs')
-rw-r--r--src/linker/Linker.Steps/LinkAttributesParser.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linker/Linker.Steps/LinkAttributesParser.cs b/src/linker/Linker.Steps/LinkAttributesParser.cs
index a7f24b176..a31463ddb 100644
--- a/src/linker/Linker.Steps/LinkAttributesParser.cs
+++ b/src/linker/Linker.Steps/LinkAttributesParser.cs
@@ -287,7 +287,7 @@ namespace Mono.Linker.Steps
return new CustomAttributeArgument (typeref, type);
default:
- // No support for null and arrays, consider adding - mono/linker/issues/1957
+ // No support for null and arrays, consider adding - dotnet/linker/issues/1957
_context.LogError ($"Unexpected attribute argument type '{typeref.GetDisplayName ()}'.", 1045);
return null;
}