From 4864d530b26d26404570b603f82b14548383acca Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Thu, 8 Feb 2024 20:34:01 +0100 Subject: [PATCH] Contributing: update name and link to our subpage for `gccrs` Signed-off-by: Miguel Ojeda --- src/Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Contributing.md b/src/Contributing.md index b8bc9ed..4e147bc 100644 --- a/src/Contributing.md +++ b/src/Contributing.md @@ -14,7 +14,7 @@ There are many ways to contribute to Rust for Linux. One way is to contribute to - Contributing to the [`rustc_codegen_gcc`](rustc_codegen_gcc.md) project, which will be used by the kernel for GCC builds. - - Contributing to the [GCC Rust](https://rust-gcc.github.io) project, which eventually will provide a second toolchain for GCC builds. + - Contributing to the [`gccrs`](gccrs.md) project, which eventually will provide a second toolchain for GCC builds. - Improve support for Rust in [`pahole`](https://github.com/acmel/dwarves).