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:
parent
45e540ca81
commit
a10ba12047
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
# Prerequisites
|
||||
|
||||
** Coming Soon: https://github.com/rust-lang/rustc-dev-guide/pull/723 **
|
||||
|
|
@ -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/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue