We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ae5e74 + fcb6370 commit 4fe9eadCopy full SHA for 4fe9ead
src/building/how-to-build-and-run.md
@@ -63,7 +63,7 @@ cd rust
63
> **NOTE**: A shallow clone limits which `git` commands can be run.
64
> If you intend to work on and contribute to the compiler, it is
65
> 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.
+> or to perform a [partial clone](#partial-clone-the-repository) instead.
67
>
68
> For example, `git bisect` and `git blame` require access to the commit history,
69
> so they don't work if the repository was cloned with `--depth 1`.
0 commit comments