Fix the broken link in contributing.md (#10828)
authorJim Ma <mazong1123@gmail.com>
Sun, 9 Apr 2017 03:43:12 +0000 (11:43 +0800)
committerDan Moseley <danmose@microsoft.com>
Sun, 9 Apr 2017 03:43:12 +0000 (20:43 -0700)
The List.cs link is broken in contributing.md. This PR updates the link to List.cs accordingly.

Fix #10822

Documentation/project-docs/contributing.md

index f099bf9..3bedc82 100644 (file)
@@ -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
 ---------------------------------