Fix master branch links (#757)

* fix links

* some debugging

* more debugging

* fix git checkout in ci

* try again

* already tests with a merge

* Typo

Co-authored-by: Tshepang Lekhonkhobe <tshepang@gmail.com>

Co-authored-by: Tshepang Lekhonkhobe <tshepang@gmail.com>
This commit is contained in:
Who? Me?! 2020-06-21 13:25:43 -05:00 committed by GitHub
parent 45e540ca81
commit a10ba12047
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 2 deletions

View File

@ -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:

View File

@ -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)

View File

@ -0,0 +1,3 @@
# Prerequisites
** Coming Soon: https://github.com/rust-lang/rustc-dev-guide/pull/723 **

View File

@ -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/