Skip to content

Commit b4f2f68

Browse files
authored
Merge pull request #2492 from rust-lang/tshepang-patch-1
external-repos.md: small fixes
2 parents 800ccb6 + 885a151 commit b4f2f68

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/external-repos.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ implement a new tool feature or test, that should happen in one collective rustc
4949

5050
### Josh subtrees
5151

52-
The [josh] tool is an alternative to git subtrees, which manages git history in a different way and scales better to larger repositories. Specific tooling is required to work with josh, you can check out the `miri` or `rust-analyzer` scripts linked above for inspiration. We provide a helper [`rustc-josh-sync`][josh-sync] tool to help with the synchronization, it is described [below](#synchronizing-a-josh-subtree).
52+
The [josh] tool is an alternative to git subtrees, which manages git history in a different way and scales better to larger repositories. Specific tooling is required to work with josh; you can check out the `miri` or `rust-analyzer` scripts linked above for inspiration. We provide a helper [`rustc-josh-sync`][josh-sync] tool to help with the synchronization, described [below](#synchronizing-a-josh-subtree).
5353

5454
### Synchronizing a Josh subtree
5555

@@ -58,8 +58,7 @@ Currently, we are migrating Josh repositories to it. So far, it is used in:
5858

5959
- rustc-dev-guide
6060

61-
To use the tool, first install it with `cargo install --locked --git https://github.
62-
com/rust-lang/josh-sync`.
61+
To use the tool, first install it with `cargo install --locked --git https://github.com/rust-lang/josh-sync`.
6362

6463
Both pulls (synchronize changes from rust-lang/rust into the subtree) and pushes (synchronize
6564
changes from the subtree to rust-lang/rust) are performed from the subtree repository (so first

0 commit comments

Comments
 (0)