File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
* [ Creating a New Package] ( guide/creating-a-new-package.md )
12
12
* [ Working on an Existing Package] ( guide/working-on-an-existing-package.md )
13
13
* [ Dependencies] ( guide/dependencies.md )
14
- * [ Package Layout] ( guide/project -layout.md )
14
+ * [ Package Layout] ( guide/package -layout.md )
15
15
* [ Cargo.toml vs Cargo.lock] ( guide/cargo-toml-vs-cargo-lock.md )
16
16
* [ Tests] ( guide/tests.md )
17
17
* [ Continuous Integration] ( guide/continuous-integration.md )
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ manifest is located. (Compare with [*package root*](#package).)
254
254
[ cargo-unstable ] : ../reference/unstable.md
255
255
[ config option ] : ../reference/config.md
256
256
[ crates.io ] : https://crates.io/
257
- [ directory layout ] : ../guide/project -layout.md
257
+ [ directory layout ] : ../guide/package -layout.md
258
258
[ edition guide ] : ../../edition-guide/index.html
259
259
[ edition-field ] : ../reference/manifest.md#the-edition-field
260
260
[ environment variable ] : ../reference/environment-variables.md
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ This guide will give you all that you need to know about how to use Cargo to
4
4
develop Rust packages.
5
5
6
6
* [ 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 )
9
9
* [ Dependencies] ( dependencies.md )
10
- * [ Package Layout] ( project -layout.md)
10
+ * [ Package Layout] ( package -layout.md)
11
11
* [ Cargo.toml vs Cargo.lock] ( cargo-toml-vs-cargo-lock.md )
12
12
* [ Tests] ( tests.md )
13
13
* [ Continuous Integration] ( continuous-integration.md )
File renamed without changes.
Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ autobins = false
382
382
[ documentation examples ] : ../../rustdoc/documentation-tests.html
383
383
[ features ] : features.md
384
384
[ nightly channel ] : ../../book/appendix-07-nightly-rust.html
385
- [ package layout ] : ../guide/project -layout.md
385
+ [ package layout ] : ../guide/package -layout.md
386
386
[ package-edition ] : manifest.md#the-edition-field
387
387
[ proc-macro-reference ] : ../../reference/procedural-macros.html
388
388
[ procedural macro ] : ../../book/ch19-06-macros.html
Original file line number Diff line number Diff line change @@ -654,7 +654,7 @@ more detail.
654
654
<script >
655
655
(function () {
656
656
var fragments = {
657
- " #the-project -layout" : " ../guide/project -layout.html" ,
657
+ " #the-package -layout" : " ../guide/package -layout.html" ,
658
658
" #examples" : " cargo-targets.html#examples" ,
659
659
" #tests" : " cargo-targets.html#tests" ,
660
660
" #integration-tests" : " cargo-targets.html#integration-tests" ,
You can’t perform that action at this time.
0 commit comments