Skip to content

Commit

Permalink
fix broken links in the Cargo book (#15109)
Browse files Browse the repository at this point in the history
This PR closes #15102. I fixed broken links in the SUMMARY.md and
guide/index.md of the Cargo book.
  • Loading branch information
ehuss authored Jan 28, 2025
2 parents ba4d786 + 7908e42 commit 730d997
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/doc/src/guide/build-cache.md

This file was deleted.

2 changes: 1 addition & 1 deletion src/doc/src/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ develop Rust packages.
* [Cargo.toml vs Cargo.lock](cargo-toml-vs-cargo-lock.md)
* [Tests](tests.md)
* [Continuous Integration](continuous-integration.md)
* [Publishing on crates.io](../reference/publishing.md)
* [Cargo Home](cargo-home.md)
* [Build Cache](build-cache.md)
15 changes: 8 additions & 7 deletions src/doc/src/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,30 @@

The reference covers the details of various areas of Cargo.

* [Specifying Dependencies](specifying-dependencies.md)
* [Overriding Dependencies](overriding-dependencies.md)
* [The Manifest Format](manifest.md)
* [Cargo Targets](cargo-targets.md)
* [Rust version](rust-version.md)
* [Workspaces](workspaces.md)
* [Specifying Dependencies](specifying-dependencies.md)
* [Overriding Dependencies](overriding-dependencies.md)
* [Source Replacement](source-replacement.md)
* [Dependency Resolution](resolver.md)
* [Features](features.md)
* [Features Examples](features-examples.md)
* [Profiles](profiles.md)
* [Configuration](config.md)
* [Environment Variables](environment-variables.md)
* [Build Scripts](build-scripts.md)
* [Build Script Examples](build-script-examples.md)
* [Publishing on crates.io](publishing.md)
* [Build Cache](build-cache.md)
* [Package ID Specifications](pkgid-spec.md)
* [Source Replacement](source-replacement.md)
* [External Tools](external-tools.md)
* [Registries](registries.md)
* [Registry Authentication](registry-authentication.md)
* [Credential Provider Protocol](credential-provider-protocol.md)
* [Running a Registry](running-a-registry.md)
* [Registry Index](registry-index.md)
* [Registry Web API](registry-web-api.md)
* [Dependency Resolution](resolver.md)
* [Registry Index](registry-index.md)
* [Registry Web API](registry-web-api.md)
* [SemVer Compatibility](semver.md)
* [Future incompat report](future-incompat-report.md)
* [Reporting build timings](timings.md)
Expand Down

0 comments on commit 730d997

Please sign in to comment.