about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmerson Laurentino <emerson@laurentino.co>2021-09-16 22:47:19 -0300
committerGitHub <noreply@github.com>2021-09-16 21:47:19 -0400
commit8ec7976ced61c31dbcaeda3f52d7ecc197764f80 (patch)
tree11a805cd4aa7ed64ab54cf38e064ff63d6c6d2d2
parent4d3dcd414c05072b139487b7b57a7b8ef4082421 (diff)
downloadrust-8ec7976ced61c31dbcaeda3f52d7ecc197764f80.tar.gz
rust-8ec7976ced61c31dbcaeda3f52d7ecc197764f80.zip
fix: gh origin on readme (#83)
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index 96a6c3a0414..1f27d721fab 100644
--- a/Readme.md
+++ b/Readme.md
@@ -19,7 +19,7 @@ You can also use my [fork of gcc](https://github.com/antoyo/gcc) which already i
 **Put the path to your custom build of libgccjit in the file `gcc_path`.**
 
 ```bash
-$ git clone https://github.com/antoyo/rustc_codegen_gcc.git
+$ git clone https://github.com/rust-lang/rustc_codegen_gcc.git
 $ cd rustc_codegen_gcc
 $ ./prepare_build.sh # download and patch sysroot src
 $ ./build.sh --release