Skip to content

Commit a34756b

Browse files
book: Fix links (#114)
1 parent 1788ea1 commit a34756b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ cargo run -p compiletest -- --help
5151
## Test Suites
5252

5353
We have a few different test suites for Stable MIR:
54-
- **Rust compiler [`ui-fulldeps/stable-mir`](https://github. com/rust-lang/rust/tree/master/tests/ui-fulldeps/stable-mir):**
54+
- **Rust compiler [`ui-fulldeps/rustc_public`](https://github.com/rust-lang/rust/tree/master/tests/ui-fulldeps/rustc_public):**
5555
These are very simple sanity checks that live inside the main rust repository.
5656
These tests should cover very basic functionality related to the translation of internal structures to stable ones.
5757
- **Rust compiler suites:** We are enabling the execution of rust compiler test suites.
@@ -75,7 +75,7 @@ the latest nightly.
7575
You need to explicitly do that.
7676

7777
If you see some errors while compiling our tools, please ensure you have the latest nightly.
78-
You might also want to check [our nightly runs](https://github. com/rust-lang/project-stable-mir/actions/workflows/nightly.yml?query=branch%2Amain) to ensure they are not currently broken.
78+
You might also want to check [our nightly runs](https://github.com/rust-lang/project-stable-mir/actions/workflows/nightly.yml?query=branch%2Amain) to ensure they are not currently broken.
7979
If so, you can check what was the last successful nightly run, and use its nightly version.
8080

8181
### Custom toolchain

0 commit comments

Comments
 (0)