mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00
Fix broken links in CONTRIBUTING.md documentation (#488)
There were some broken links in the contributing docs, probably caused by the repo consolidation.
This commit is contained in:
parent
a76c402d16
commit
0ab23ca2b3
1 changed files with 4 additions and 4 deletions
|
@ -105,8 +105,8 @@ The following file header is the used for .NET Core. Please use it for new files
|
|||
// See the LICENSE file in the project root for more information.
|
||||
```
|
||||
|
||||
- See [class.cpp](../../src/vm/class.cpp) for an example of the header in a C++ file.
|
||||
- See [List.cs](../../src/System.Private.CoreLib/shared/System/Collections/Generic/List.cs) for an example of the header in a C# file.
|
||||
- See [class.cpp](./src/coreclr/src/vm/class.cpp) for an example of the header in a C++ file.
|
||||
- See [List.cs](./src/libraries/System.Private.CoreLib/src/System/Collections/Generic/List.cs) for an example of the header in a C# file.
|
||||
|
||||
## PR - CI Process
|
||||
|
||||
|
@ -151,9 +151,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.TXT) 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/System.Private.CoreLib/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.
|
||||
See [IdnMapping.cs](./src/libraries/System.Private.CoreLib/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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue