Skip to content

Commit 85c5fe1

Browse files
committed
Fix links to point the latest docs
1 parent fea514a commit 85c5fe1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ARCHITECTURE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ structure that is saved to the lock file. If there is no lock file,
6464
Cargo constructs a resolve by finding a graph of packages which
6565
matches declared dependency specification according to semver.
6666

67-
[`Config`]: https://docs.rs/cargo/0.33.0/cargo/util/config/struct.Config.html
68-
[`shell`]: https://docs.rs/cargo/0.33.0/cargo/util/config/struct.Config.html#method.shell
69-
[`Workspace`]: https://docs.rs/cargo/0.33.0/cargo/core/struct.Workspace.html
70-
[`Package`]: https://docs.rs/cargo/0.33.0/cargo/core/package/struct.Package.html
71-
[`Target`]: https://docs.rs/cargo/0.33.0/cargo/core/manifest/struct.Target.html
72-
[`PackageId`]: https://docs.rs/cargo/0.33.0/cargo/core/package_id/struct.PackageId.html
73-
[`Resolve`]: https://docs.rs/cargo/0.33.0/cargo/core/struct.Resolve.html
67+
[`Config`]: https://docs.rs/cargo/latest/cargo/util/config/struct.Config.html
68+
[`shell`]: https://docs.rs/cargo/latest/cargo/util/config/struct.Config.html#method.shell
69+
[`Workspace`]: https://docs.rs/cargo/latest/cargo/core/struct.Workspace.html
70+
[`Package`]: https://docs.rs/cargo/latest/cargo/core/package/struct.Package.html
71+
[`Target`]: https://docs.rs/cargo/latest/cargo/core/manifest/struct.Target.html
72+
[`PackageId`]: https://docs.rs/cargo/latest/cargo/core/package_id/struct.PackageId.html
73+
[`Resolve`]: https://docs.rs/cargo/latest/cargo/core/struct.Resolve.html
7474

7575

7676
## Persistence

0 commit comments

Comments
 (0)