Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Fix link to IdnMapping.cs (#15717)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkotas committed Jan 4, 2018
1 parent e432923 commit 75ff3e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/project-docs/contributing.md
Expand Up @@ -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 [Comparer.cs](../../src/mscorlib/src/System/Collections/Generic/Comparer.cs) for an example of the header in a C# file.
- See [List.cs](../../src/mscorlib/shared/System/Collections/Generic/List.cs) for an example of the header in a C# file.

Contributing Ports
------------------
Expand Down Expand Up @@ -147,7 +147,7 @@ The following rules must be followed for PRs that include files from another pro
- The license of the file is left in-tact.
- The contribution is correctly attributed in the [3rd party notices](../../THIRD-PARTY-NOTICES.TXT) file in the repository, as needed.

See [IdnMapping.cs](../../src/mscorlib/src/System/Globalization/IdnMapping.cs) for an example of a file copied from another project and attributed in the [CoreCLR 3rd party notices](../../THIRD-PARTY-NOTICES.TXT) file.
See [IdnMapping.cs](../../src/mscorlib/shared/System/Globalization/IdnMapping.cs) for an example of a file copied from another project and attributed in the [CoreCLR 3rd party notices](../../THIRD-PARTY-NOTICES.TXT) file.

Porting Files from Other Projects
---------------------------------
Expand Down

0 comments on commit 75ff3e4

Please sign in to comment.