summaryrefslogtreecommitdiff
path: root/Documentation/project-docs/contributing.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/project-docs/contributing.md')
-rw-r--r--Documentation/project-docs/contributing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/project-docs/contributing.md b/Documentation/project-docs/contributing.md
index f099bf93bf..3bedc82b07 100644
--- a/Documentation/project-docs/contributing.md
+++ b/Documentation/project-docs/contributing.md
@@ -129,7 +129,7 @@ The following file header is the used for .NET Core. Please use it for new files
```
- See [class.cpp](../../src/vm/class.cpp) for an example of the header in a C++ file.
-- See [List.cs](https://github.com/dotnet/corefx/blob/master/src/System.Collections/src/System/Collections/Generic/List.cs) for an example of the header in a C# file.
+- See [List.cs](../../src/mscorlib/src/System/Collections/Generic/List.cs) for an example of the header in a C# file.
Copying Files from Other Projects
---------------------------------