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
path: root/docs
diff options
context:
space:
mode:
authorMateo Torres-Ruiz <mateoatr@users.noreply.github.com>2021-09-16 22:32:11 +0300
committerGitHub <noreply@github.com>2021-09-16 22:32:11 +0300
commit7c88b9ba691d65014934637acfec27f1a985cea9 (patch)
treeadff5fe513b8b3299da0b1585dd85ffa975cd628 /docs
parentbe8ec96d897e0817cb89578405c154b4f9252ac5 (diff)
Change occurrences of 'mono/linker' to 'dotnet/linker' (#2277)
Diffstat (limited to 'docs')
-rw-r--r--docs/error-codes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/error-codes.md b/docs/error-codes.md
index 0d4b014b5..6e4e7e62e 100644
--- a/docs/error-codes.md
+++ b/docs/error-codes.md
@@ -49,7 +49,7 @@ the error code. For example:
- There was an error writing the linked assembly 'output'. An exception with more details is printed.
-#### `IL1012`: IL Linker has encountered an unexpected error. Please report the issue at https://github.com/mono/linker/issues
+#### `IL1012`: IL Linker has encountered an unexpected error. Please report the issue at https://github.com/dotnet/linker/issues
- There was an unexpected error while trimming. An exception with more details is printed to the MSBuild log. Please share this stack trace with the IL Linker team to further investigate the cause and possible solution.