summaryrefslogtreecommitdiff
path: root/Documentation/project-docs
diff options
context:
space:
mode:
authorAtanu <RoyAtanu@users.noreply.github.com>2017-12-28 22:51:33 +0530
committerDan Moseley <danmose@microsoft.com>2017-12-28 09:21:33 -0800
commit6f410d2689cd7f5ef2f38b5584a290ad5cdb8a68 (patch)
tree02e59788c370486c8a2e05f6193ec516b7a073f5 /Documentation/project-docs
parent2900d760f958298bc42f7a77f6632c8d4c0be301 (diff)
downloadcoreclr-6f410d2689cd7f5ef2f38b5584a290ad5cdb8a68.tar.gz
coreclr-6f410d2689cd7f5ef2f38b5584a290ad5cdb8a68.tar.bz2
coreclr-6f410d2689cd7f5ef2f38b5584a290ad5cdb8a68.zip
Link to the File Header Example for C# was broken. (#15655)
The File Header example for C# was redirecting to (../../src/mscorlib/src/System/Collections/Generic/List.cs) which was missing in the master repository. The example file has been changed to Comparer.cs which is another file in the same repo path.
Diffstat (limited to 'Documentation/project-docs')
-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 b8357407d9..576b6f91e8 100644
--- a/Documentation/project-docs/contributing.md
+++ b/Documentation/project-docs/contributing.md
@@ -112,7 +112,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](../../src/mscorlib/src/System/Collections/Generic/List.cs) for an example of the header in a C# file.
+- See [Comparer.cs](../../src/mscorlib/src/System/Collections/Generic/Comparer.cs) for an example of the header in a C# file.
Contributing Ports
------------------