Skip to content

Commit 207955c

Browse files
committed
Auto merge of #10574 - jyn514:update-docs, r=flip1995
Update subtree sync docs for changes in rustc-dev-guide Companion PR to rust-lang/rustc-dev-guide#1653. That still keeps a `contributing.html` with an "External Contributions" section, so hopefully it won't be too disruptive. changelog: none
2 parents 7fe83ed + d29dec1 commit 207955c

File tree

1 file changed

+2
-3
lines changed
  • book/src/development/infrastructure

1 file changed

+2
-3
lines changed

book/src/development/infrastructure/sync.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ to beta. For reference, the first sync following this cadence was performed the
1919
2020-08-27.
2020

2121
This process is described in detail in the following sections. For general
22-
information about `subtree`s in the Rust repository see [Rust's
23-
`CONTRIBUTING.md`][subtree].
22+
information about `subtree`s in the Rust repository see [the rustc-dev-guide][subtree].
2423

2524
## Patching git-subtree to work with big repos
2625

@@ -118,5 +117,5 @@ All the following commands have to be run inside the `rust` directory.
118117
3. Open a PR to [`rust-lang/rust`]
119118

120119
[gitgitgadget-pr]: https://github.com/gitgitgadget/git/pull/493
121-
[subtree]: https://rustc-dev-guide.rust-lang.org/contributing.html#external-dependencies-subtree
120+
[subtree]: https://rustc-dev-guide.rust-lang.org/external-repos.html#external-dependencies-subtree
122121
[`rust-lang/rust`]: https://github.com/rust-lang/rust

0 commit comments

Comments
 (0)