Skip to content

Commit d11bfe9

Browse files
committed
Use the correct name of the project
1 parent f150171 commit d11bfe9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to rust_codegen_gcc
1+
# Contributing to rustc_codegen_gcc
22

3-
Welcome to the `rust_codegen_gcc` project! This guide will help you get started as a contributor. The project aims to provide a GCC codegen backend for rustc, allowing Rust compilation on platforms unsupported by LLVM and potentially improving runtime performance through GCC's optimizations.
3+
Welcome to the `rustc_codegen_gcc` project! This guide will help you get started as a contributor. The project aims to provide a GCC codegen backend for rustc, allowing Rust compilation on platforms unsupported by LLVM and potentially improving runtime performance through GCC's optimizations.
44

55
## Getting Started
66

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ The default configuration (see below in the [Quick start](#quick-start) section)
2626
### Quick start
2727
1. Clone and configure the repository:
2828
```bash
29-
git clone https://github.com/rust-lang/rust_codegen_gcc
30-
cd rust_codegen_gcc
29+
git clone https://github.com/rust-lang/rustc_codegen_gcc
30+
cd rustc_codegen_gcc
3131
cp config.example.toml config.toml
3232
```
3333

0 commit comments

Comments
 (0)