Skip to content

Commit 4fe9ead

Browse files
authored
Merge pull request #2311 from clubby789/partial-clone-link
Fix partial clone link
2 parents 2ae5e74 + fcb6370 commit 4fe9ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/building/how-to-build-and-run.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ cd rust
6363
> **NOTE**: A shallow clone limits which `git` commands can be run.
6464
> If you intend to work on and contribute to the compiler, it is
6565
> generally recommended to fully clone the repository [as shown above](#get-the-source-code),
66-
> or to perform a [partial clone](#shallow-clone-the-repository) instead.
66+
> or to perform a [partial clone](#partial-clone-the-repository) instead.
6767
>
6868
> For example, `git bisect` and `git blame` require access to the commit history,
6969
> so they don't work if the repository was cloned with `--depth 1`.

0 commit comments

Comments
 (0)