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/ProcessLinkerXmlBase.cs')
-rw-r--r--src/linker/Linker.Steps/ProcessLinkerXmlBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linker/Linker.Steps/ProcessLinkerXmlBase.cs b/src/linker/Linker.Steps/ProcessLinkerXmlBase.cs
index 45b6ca16a..45d788d19 100644
--- a/src/linker/Linker.Steps/ProcessLinkerXmlBase.cs
+++ b/src/linker/Linker.Steps/ProcessLinkerXmlBase.cs
@@ -136,7 +136,7 @@ namespace Mono.Linker.Steps
continue;
if (processAllAssemblies) {
- // We could avoid loading all references in this case: https://github.com/mono/linker/issues/1708
+ // We could avoid loading all references in this case: https://github.com/dotnet/linker/issues/1708
foreach (AssemblyDefinition assembly in _context.GetReferencedAssemblies ())
ProcessAssembly (assembly, assemblyNav, warnOnUnresolvedTypes: false);
} else {