about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAntoni Boucher <bouanto@zoho.com>2025-04-29 18:23:23 -0400
committerAntoni Boucher <bouanto@zoho.com>2025-04-29 18:23:23 -0400
commitd11bfe9c187e72147ce520a3d5f2c0ea28eb98ad (patch)
tree8c90a7525b1d5ab79d77cf615bd109f877b7ff41
parentf150171b6cc6b1e8393fd9b057accb6b5ea0f093 (diff)
downloadrust-d11bfe9c187e72147ce520a3d5f2c0ea28eb98ad.tar.gz
rust-d11bfe9c187e72147ce520a3d5f2c0ea28eb98ad.zip
Use the correct name of the project
-rw-r--r--CONTRIBUTING.md4
-rw-r--r--Readme.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 1bfa6e435db..fecd2020934 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,6 +1,6 @@
-# Contributing to rust_codegen_gcc
+# Contributing to rustc_codegen_gcc
 
-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.
+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.
 
 ## Getting Started
 
diff --git a/Readme.md b/Readme.md
index 10f9a85d72a..bacad151c96 100644
--- a/Readme.md
+++ b/Readme.md
@@ -26,8 +26,8 @@ The default configuration (see below in the [Quick start](#quick-start) section)
 ### Quick start
 1. Clone and configure the repository:
    ```bash
-   git clone https://github.com/rust-lang/rust_codegen_gcc
-   cd rust_codegen_gcc
+   git clone https://github.com/rust-lang/rustc_codegen_gcc
+   cd rustc_codegen_gcc
    cp config.example.toml config.toml
    ```