summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJim Ma <mazong1123@gmail.com>2017-04-09 11:43:12 +0800
committerDan Moseley <danmose@microsoft.com>2017-04-08 20:43:12 -0700
commita2a631bdc30948dc528c130c4c3e142400d5125a (patch)
tree48b8aa1013c335ce73de4667af6d6ffc55ea3670 /Documentation
parent2a6fb305813fa9f677ff0fbf6511c5522ff2053c (diff)
downloadcoreclr-a2a631bdc30948dc528c130c4c3e142400d5125a.tar.gz
coreclr-a2a631bdc30948dc528c130c4c3e142400d5125a.tar.bz2
coreclr-a2a631bdc30948dc528c130c4c3e142400d5125a.zip
Fix the broken link in contributing.md (#10828)
The List.cs link is broken in contributing.md. This PR updates the link to List.cs accordingly. Fix #10822
Diffstat (limited to 'Documentation')
-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
---------------------------------