Skip to content

Commit a10ba12

Browse files
mark-i-mtshepang
andauthored
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 <[email protected]> Co-authored-by: Tshepang Lekhonkhobe <[email protected]>
1 parent 45e540c commit a10ba12

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install:
1414
- cargo install mdbook --version 0.3.7
1515
- cargo install mdbook-linkcheck --version 0.5.0
1616
script:
17-
- git rebase origin master # this will exit with an error on conflict
17+
- git log --oneline | head -n 10
1818
- mdbook build
1919
notifications:
2020
email:

src/SUMMARY.md

+1
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

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

src/getting-started.md

+1-1
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)