about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJesse <jessegielen@hotmail.com>2020-12-13 10:58:47 +0100
committerGitHub <noreply@github.com>2020-12-13 10:58:47 +0100
commitcd21269ae0b3c9f516b0322b522255da03afcc76 (patch)
tree9ba44935de6d878f2ec51ba1617e82042ea0311b
parent3f47f938ba5303be9b6fe8c13aee6dce4aaa4b0b (diff)
downloadrust-cd21269ae0b3c9f516b0322b522255da03afcc76.tar.gz
rust-cd21269ae0b3c9f516b0322b522255da03afcc76.zip
Fix Cranelift link in readme (#1118)
-rw-r--r--Readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index de54bf67f4a..b0ea95692f3 100644
--- a/Readme.md
+++ b/Readme.md
@@ -2,7 +2,7 @@
 
 > ⚠⚠⚠ Certain kinds of FFI don't work yet. ⚠⚠⚠
 
-The goal of this project is to create an alternative codegen backend for the rust compiler based on [Cranelift](https://github.com/bytecodealliance/wasmtime/blob/master/cranelift).
+The goal of this project is to create an alternative codegen backend for the rust compiler based on [Cranelift](https://github.com/bytecodealliance/wasmtime/blob/main/cranelift).
 This has the potential to improve compilation times in debug mode.
 If your project doesn't use any of the things listed under "Not yet supported", it should work fine.
 If not please open an issue.