summaryrefslogtreecommitdiff
path: root/Documentation/project-docs
diff options
context:
space:
mode:
authorAtanu <RoyAtanu@users.noreply.github.com>2018-01-04 11:44:55 +0530
committerJan Kotas <jkotas@microsoft.com>2018-01-03 22:14:55 -0800
commite432923a0cc31e1c34f94c5a2e9b75570ecf9d9a (patch)
tree8c13ab9d5b2c69c0aece56a5fde4899499528791 /Documentation/project-docs
parent3210b9ea76f2612b1ef014a2e570b72f994bc509 (diff)
downloadcoreclr-e432923a0cc31e1c34f94c5a2e9b75570ecf9d9a.tar.gz
coreclr-e432923a0cc31e1c34f94c5a2e9b75570ecf9d9a.tar.bz2
coreclr-e432923a0cc31e1c34f94c5a2e9b75570ecf9d9a.zip
Link to THIRD-PARTY-NOTICES is fixed (#15665)
The link to the THIRD-PARTY-NOTICES page is broken in contributing.md [https://github.com/dotnet/coreclr/blob/master/Documentation/project-docs/contributing.md] The current link is [https://github.com/dotnet/coreclr/blob/master/THIRD-PARTY-NOTICES] Seems it is missing a '.TXT' at the end of the URL. The correct link should be [https://github.com/dotnet/coreclr/blob/master/THIRD-PARTY-NOTICES.TXT] which is working fine. Issue #15664
Diffstat (limited to 'Documentation/project-docs')
-rw-r--r--Documentation/project-docs/contributing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/project-docs/contributing.md b/Documentation/project-docs/contributing.md
index 576b6f91e8..015f9299c1 100644
--- a/Documentation/project-docs/contributing.md
+++ b/Documentation/project-docs/contributing.md
@@ -145,9 +145,9 @@ The following rules must be followed for PRs that include files from another pro
- The license of the file is [permissive](https://en.wikipedia.org/wiki/Permissive_free_software_licence).
- The license of the file is left in-tact.
-- The contribution is correctly attributed in the [3rd party notices](../../THIRD-PARTY-NOTICES) file in the repository, as needed.
+- 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) file.
+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.
Porting Files from Other Projects
---------------------------------