Skip to content

Commit 3134866

Browse files
committed
[doc]:Fix link errors
1 parent 5655e3e commit 3134866

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src/doc/src/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* [Creating a New Package](guide/creating-a-new-package.md)
1212
* [Working on an Existing Package](guide/working-on-an-existing-package.md)
1313
* [Dependencies](guide/dependencies.md)
14-
* [Package Layout](guide/project-layout.md)
14+
* [Package Layout](guide/package-layout.md)
1515
* [Cargo.toml vs Cargo.lock](guide/cargo-toml-vs-cargo-lock.md)
1616
* [Tests](guide/tests.md)
1717
* [Continuous Integration](guide/continuous-integration.md)

src/doc/src/appendix/glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ manifest is located. (Compare with [*package root*](#package).)
254254
[cargo-unstable]: ../reference/unstable.md
255255
[config option]: ../reference/config.md
256256
[crates.io]: https://crates.io/
257-
[directory layout]: ../guide/project-layout.md
257+
[directory layout]: ../guide/package-layout.md
258258
[edition guide]: ../../edition-guide/index.html
259259
[edition-field]: ../reference/manifest.md#the-edition-field
260260
[environment variable]: ../reference/environment-variables.md

src/doc/src/guide/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ This guide will give you all that you need to know about how to use Cargo to
44
develop Rust packages.
55

66
* [Why Cargo Exists](why-cargo-exists.md)
7-
* [Creating a New Package](creating-a-new-project.md)
8-
* [Working on an Existing Cargo Package](working-on-an-existing-project.md)
7+
* [Creating a New Package](creating-a-new-package.md)
8+
* [Working on an Existing Cargo Package](working-on-an-existing-package.md)
99
* [Dependencies](dependencies.md)
10-
* [Package Layout](project-layout.md)
10+
* [Package Layout](package-layout.md)
1111
* [Cargo.toml vs Cargo.lock](cargo-toml-vs-cargo-lock.md)
1212
* [Tests](tests.md)
1313
* [Continuous Integration](continuous-integration.md)

src/doc/src/reference/cargo-targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ autobins = false
382382
[documentation examples]: ../../rustdoc/documentation-tests.html
383383
[features]: features.md
384384
[nightly channel]: ../../book/appendix-07-nightly-rust.html
385-
[package layout]: ../guide/project-layout.md
385+
[package layout]: ../guide/package-layout.md
386386
[package-edition]: manifest.md#the-edition-field
387387
[proc-macro-reference]: ../../reference/procedural-macros.html
388388
[procedural macro]: ../../book/ch19-06-macros.html

src/doc/src/reference/manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ more detail.
654654
<script>
655655
(function() {
656656
var fragments = {
657-
"#the-project-layout": "../guide/project-layout.html",
657+
"#the-package-layout": "../guide/package-layout.html",
658658
"#examples": "cargo-targets.html#examples",
659659
"#tests": "cargo-targets.html#tests",
660660
"#integration-tests": "cargo-targets.html#integration-tests",

0 commit comments

Comments
 (0)