Skip to content

Commit 2e9ec93

Browse files
committed
Fix links in CONTRIBUTING.md
1 parent 62814f0 commit 2e9ec93

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Welcome to the `rustc_codegen_gcc` project! This guide will help you get started
66

77
### Setting Up Your Development Environment
88

9-
For detailed setup instructions including dependencies, build steps, and initial testing, please refer to our [README](https://github.com/rust-lang/rustc_codegen_gcc/blob/master/Readme.md). The README contains the most up-to-date information on:
9+
For detailed setup instructions including dependencies, build steps, and initial testing, please refer to our [README](Readme.md). The README contains the most up-to-date information on:
1010

1111
- Required dependencies and system packages
1212
- Repository setup and configuration
@@ -49,14 +49,14 @@ The project provides several environment variables for debugging:
4949
- `CG_GCCJIT_DUMP_MODULE`: Dumps a specific module
5050
- `CG_GCCJIT_DUMP_TO_FILE`: Creates C-like representation
5151

52-
Full list of debugging options can be found in the [README](/rust-lang/rustc_codegen_gcc#env-vars).
52+
Full list of debugging options can be found in the [README](Readme.md#env-vars).
5353

5454
## Making Contributions
5555

5656
### Finding Issues to Work On
57-
1. Look for issues labeled with [`good first issue`](/rust-lang/rustc_codegen_gcc/issues?q=is%3Aissue state%3Aopen label%3A"good first issue") or [`help wanted`](/rust-lang/rustc_codegen_gcc/issues?q=is%3Aissue state%3Aopen label%3A"help wanted")
57+
1. Look for issues labeled with [`good first issue`](https://github.com/rust-lang/rustc_codegen_gcc/issues?q=is%3Aissue state%3Aopen label%3A"good first issue") or [`help wanted`](https://github.com/rust-lang/rustc_codegen_gcc/issues?q=is%3Aissue state%3Aopen label%3A"help wanted")
5858
2. Check the [progress report](https://blog.antoyo.xyz/rustc_codegen_gcc-progress-report-34#state_of_rustc_codegen_gcc) for larger initiatives
59-
3. Consider improving documentation or investigating [failing tests](https://github.com/rust-lang/rustc_codegen_gcc/tree/master/tests)(except `failing-ui-tests12.txt`)
59+
3. Consider improving documentation or investigating [failing tests](https://github.com/rust-lang/rustc_codegen_gcc/tree/master/tests) (except `failing-ui-tests12.txt`)
6060

6161
### Pull Request Process
6262
1. Fork the repository and create a new branch
@@ -75,12 +75,12 @@ Full list of debugging options can be found in the [README](/rust-lang/rustc_cod
7575
- [Rustc Dev Guide](https://rustc-dev-guide.rust-lang.org/)
7676
- [GCC Internals Documentation](https://gcc.gnu.org/onlinedocs/gccint/)
7777
- Project-specific documentation in the `doc/` directory:
78-
- [Common errors](/rust-lang/rustc_codegen_gcc/blob/master/doc/errors.md)
79-
- [Debugging](/rust-lang/rustc_codegen_gcc/blob/master/doc/debugging.md)
80-
- [Debugging libgccjit](/rust-lang/rustc_codegen_gcc/blob/master/doc/debugging-libgccjit.md)
81-
- [Git subtree sync](/rust-lang/rustc_codegen_gcc/blob/master/doc/subtree.md)
82-
- [List of useful commands](/rust-lang/rustc_codegen_gcc/blob/master/doc/tips.md)
83-
- [Send a patch to GCC](/rust-lang/rustc_codegen_gcc/blob/master/doc/sending-gcc-patch.md)
78+
- [Common errors](doc/errors.md)
79+
- [Debugging](doc/debugging.md)
80+
- [Debugging libgccjit](doc/debugging-libgccjit.md)
81+
- [Git subtree sync](doc/subtree.md)
82+
- [List of useful commands](doc/tips.md)
83+
- [Send a patch to GCC](doc/sending-gcc-patch.md)
8484

8585
## Getting Help
8686

0 commit comments

Comments
 (0)