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

Commit e432923

Browse files
RoyAtanujkotas
authored andcommitted
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
1 parent 3210b9e commit e432923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/project-docs/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,9 @@ The following rules must be followed for PRs that include files from another pro
145145

146146
- The license of the file is [permissive](https://en.wikipedia.org/wiki/Permissive_free_software_licence).
147147
- The license of the file is left in-tact.
148-
- The contribution is correctly attributed in the [3rd party notices](../../THIRD-PARTY-NOTICES) file in the repository, as needed.
148+
- The contribution is correctly attributed in the [3rd party notices](../../THIRD-PARTY-NOTICES.TXT) file in the repository, as needed.
149149

150-
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.
150+
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.
151151

152152
Porting Files from Other Projects
153153
---------------------------------

0 commit comments

Comments
 (0)