Skip to content

Commit c9593ee

Browse files
committed
docs(resolver): Link out to lockfile docs
1 parent b10679f commit c9593ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/src/reference/resolver.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
One of Cargo's primary tasks is to determine the versions of dependencies to
44
use based on the version requirements specified in each package. This process
55
is called "dependency resolution" and is performed by the "resolver". The
6-
result of the resolution is stored in the `Cargo.lock` file which "locks" the
6+
result of the resolution is stored in the [`Cargo.lock` file] which "locks" the
77
dependencies to specific versions, and keeps them fixed over time.
88
The [`cargo tree`] command can be used to visualize the result of the
99
resolver.
1010

11+
[`Cargo.lock` file]: ../guide/cargo-toml-vs-cargo-lock.md
1112
[dependency specifications]: specifying-dependencies.md
1213
[dependency specification]: specifying-dependencies.md
1314
[`cargo tree`]: ../commands/cargo-tree.md

0 commit comments

Comments
 (0)