Skip to content

Commit 730d997

Browse files
authored
fix broken links in the Cargo book (rust-lang#15109)
This PR closes rust-lang#15102. I fixed broken links in the SUMMARY.md and guide/index.md of the Cargo book.
2 parents ba4d786 + 7908e42 commit 730d997

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

src/doc/src/guide/build-cache.md

-1
This file was deleted.

src/doc/src/guide/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ develop Rust packages.
1111
* [Cargo.toml vs Cargo.lock](cargo-toml-vs-cargo-lock.md)
1212
* [Tests](tests.md)
1313
* [Continuous Integration](continuous-integration.md)
14+
* [Publishing on crates.io](../reference/publishing.md)
1415
* [Cargo Home](cargo-home.md)
15-
* [Build Cache](build-cache.md)

src/doc/src/reference/index.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,30 @@
22

33
The reference covers the details of various areas of Cargo.
44

5-
* [Specifying Dependencies](specifying-dependencies.md)
6-
* [Overriding Dependencies](overriding-dependencies.md)
75
* [The Manifest Format](manifest.md)
86
* [Cargo Targets](cargo-targets.md)
7+
* [Rust version](rust-version.md)
98
* [Workspaces](workspaces.md)
9+
* [Specifying Dependencies](specifying-dependencies.md)
10+
* [Overriding Dependencies](overriding-dependencies.md)
11+
* [Source Replacement](source-replacement.md)
12+
* [Dependency Resolution](resolver.md)
1013
* [Features](features.md)
1114
* [Features Examples](features-examples.md)
1215
* [Profiles](profiles.md)
1316
* [Configuration](config.md)
1417
* [Environment Variables](environment-variables.md)
1518
* [Build Scripts](build-scripts.md)
1619
* [Build Script Examples](build-script-examples.md)
17-
* [Publishing on crates.io](publishing.md)
20+
* [Build Cache](build-cache.md)
1821
* [Package ID Specifications](pkgid-spec.md)
19-
* [Source Replacement](source-replacement.md)
2022
* [External Tools](external-tools.md)
2123
* [Registries](registries.md)
2224
* [Registry Authentication](registry-authentication.md)
2325
* [Credential Provider Protocol](credential-provider-protocol.md)
2426
* [Running a Registry](running-a-registry.md)
25-
* [Registry Index](registry-index.md)
26-
* [Registry Web API](registry-web-api.md)
27-
* [Dependency Resolution](resolver.md)
27+
* [Registry Index](registry-index.md)
28+
* [Registry Web API](registry-web-api.md)
2829
* [SemVer Compatibility](semver.md)
2930
* [Future incompat report](future-incompat-report.md)
3031
* [Reporting build timings](timings.md)

0 commit comments

Comments
 (0)