From bcfeb0eecc57018a7ed02bf81d21def6eb6ba5dc Mon Sep 17 00:00:00 2001 From: mazong1123 Date: Sun, 9 Apr 2017 11:10:25 +0800 Subject: [PATCH] Fix the broken link in contributing.md 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/project-docs/contributing.md b/Documentation/project-docs/contributing.md index f099bf93bf0f..3bedc82b07c3 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 ---------------------------------