about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Readme.md2
-rw-r--r--docs/usage.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 6848ce78090..86e62f74478 100644
--- a/Readme.md
+++ b/Readme.md
@@ -42,7 +42,7 @@ $ $cg_clif_dir/build/cargo.sh build
 
 This will build your project with rustc_codegen_cranelift instead of the usual LLVM backend.
 
-For additional ways to use rustc_codegen_cranelift like the JIT mode see [full_usage.md](docs/full_usage.md).
+For additional ways to use rustc_codegen_cranelift like the JIT mode see [usage.md](docs/usage.md).
 
 ## Env vars
 
diff --git a/docs/usage.md b/docs/usage.md
index defe16ab3af..3eee3b554e3 100644
--- a/docs/usage.md
+++ b/docs/usage.md
@@ -12,7 +12,7 @@ In the directory with your project (where you can do the usual `cargo build`), r
 $ $cg_clif_dir/build/cargo.sh build
 ```
 
-This will build and run your project with rustc_codegen_cranelift instead of the usual LLVM backend.
+This will build your project with rustc_codegen_cranelift instead of the usual LLVM backend.
 
 ## Rustc