Skip to content

Fix master branch links #757

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jun 21, 2020
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- cargo install mdbook --version 0.3.7
- cargo install mdbook-linkcheck --version 0.5.0
script:
- git rebase origin master # this will exit with an error on conflict
- git log --oneline | head -n 10
- mdbook build
notifications:
email:
Expand Down
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
---

- [Part 1: Building, debugging, and contributing to Rustc](./part-1-intro.md)
- [Prerequisites](./building/prerequisites.md)
- [Getting Started](./getting-started.md)
- [About the compiler team](./compiler-team.md)
- [How to Build and Run the Compiler](./building/how-to-build-and-run.md)
Expand Down
3 changes: 3 additions & 0 deletions src/building/prerequisites.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Prerequesites

** Coming Soon: https://github.com/rust-lang/rustc-dev-guide/pull/723 **
2 changes: 1 addition & 1 deletion src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ incredibly helpful:
- [Working groups][wg]: there are a bunch of working groups on a wide variety
of rust-related things.

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


Expand Down