@@ -14,11 +14,16 @@ All contributors are expected to follow the [Rust Code of Conduct].
1414
1515- [ Contributing to Clippy] ( #contributing-to-clippy )
1616 - [ Getting started] ( #getting-started )
17+ - [ High level approach] ( #high-level-approach )
1718 - [ Finding something to fix/improve] ( #finding-something-to-fiximprove )
1819 - [ Writing code] ( #writing-code )
1920 - [ Getting code-completion for rustc internals to work] ( #getting-code-completion-for-rustc-internals-to-work )
2021 - [ How Clippy works] ( #how-clippy-works )
2122 - [ Fixing build failures caused by Rust] ( #fixing-build-failures-caused-by-rust )
23+ - [ Patching git-subtree to work with big repos] ( #patching-git-subtree-to-work-with-big-repos )
24+ - [ Performing the sync] ( #performing-the-sync )
25+ - [ Syncing back changes in Clippy to [ ` rust-lang/rust ` ]] ( #syncing-back-changes-in-clippy-to-rust-langrust )
26+ - [ Defining remotes] ( #defining-remotes )
2227 - [ Issue and PR triage] ( #issue-and-pr-triage )
2328 - [ Bors and Homu] ( #bors-and-homu )
2429 - [ Contributions] ( #contributions )
@@ -320,8 +325,8 @@ commands [here][homu_instructions].
320325[l-crash]: https://github.com/rust-lang/rust-clippy/labels/L-crash
321326[l-bug]: https://github.com/rust-lang/rust-clippy/labels/L-bug
322327[homu]: https://github.com/rust-lang/homu
323- [homu_instructions]: https://buildbot2 .rust-lang.org/homu /
324- [homu_queue]: https://buildbot2 .rust-lang.org/homu /queue/clippy
328+ [homu_instructions]: https://bors .rust-lang.org/
329+ [homu_queue]: https://bors .rust-lang.org/queue/clippy
325330
326331## Contributions
327332
0 commit comments