Skip to content

Commit 1474f1f

Browse files
committed
Fix links for cranelift (#809)
1 parent ad98bd2 commit 1474f1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/backend-agnostic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In the future, it would be nice to allow other codegen backends (e.g.
44
[Cranelift]). To this end, `librustc_codegen_ssa` provides an
55
abstract interface for all backends to implement.
66

7-
[Cranelift]: https://github.com/bytecodealliance/wasmtime/tree/master/cranelift
7+
[Cranelift]: https://github.com/bytecodealliance/wasmtime/tree/HEAD/cranelift
88

99
> The following is a copy/paste of a README from the rust-lang/rust repo.
1010
> Please submit a PR if it needs updating.

src/backend/codegen.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ codegen itself. It's worth noting, though, that in the rust source code, many
77
parts of the backend have `codegen` in their names (there are no hard
88
boundaries).
99

10-
[Cranelift]: https://github.com/bytecodealliance/wasmtime/tree/master/cranelift
10+
[Cranelift]: https://github.com/bytecodealliance/wasmtime/tree/HEAD/cranelift
1111

1212
> NOTE: If you are looking for hints on how to debug code generation bugs,
1313
> please see [this section of the debugging chapter][debugging].

0 commit comments

Comments
 (0)