Skip to content

Commit 42b3441

Browse files
committed
fix links
1 parent 6c580ad commit 42b3441

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
---
66

77
- [Part 1: Building, debugging, and contributing to Rustc](./part-1-intro.md)
8+
- [Prerequisites](./building/prerequisites.md)
89
- [Getting Started](./getting-started.md)
910
- [About the compiler team](./compiler-team.md)
1011
- [How to Build and Run the Compiler](./building/how-to-build-and-run.md)

src/building/prerequisites.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Prerequesites
2+
3+
** Coming Soon: https://github.com/rust-lang/rustc-dev-guide/pull/723 **

src/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ incredibly helpful:
355355
- [Working groups][wg]: there are a bunch of working groups on a wide variety
356356
of rust-related things.
357357

358-
[iceb]: ./ice-breaker/cleanup-crew.md
358+
[iceb]: ./notification-groups/cleanup-crew.md
359359
[wg]: https://rust-lang.github.io/compiler-team/working-groups/
360360

361361

0 commit comments

Comments
 (0)