about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-03-06 19:22:36 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2021-03-06 19:22:36 +0100
commit95e4db3e0338ce88b724b41a19ce0fc9d2ed1395 (patch)
treee7f8d1c1c7cc63b50a11987d40e73b36b3094048
parentbe3aa0689e7c5e58b1d8daa2e2b2ba90d5eccc46 (diff)
downloadrust-95e4db3e0338ce88b724b41a19ce0fc9d2ed1395.tar.gz
rust-95e4db3e0338ce88b724b41a19ce0fc9d2ed1395.zip
More doc fixes
-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