Skip to content

Commit 9573aff

Browse files
committed
[doc]:fix cargo guide project to package
1 parent 5655e3e commit 9573aff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/guide/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ 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)
1010
* [Package Layout](project-layout.md)
1111
* [Cargo.toml vs Cargo.lock](cargo-toml-vs-cargo-lock.md)

0 commit comments

Comments
 (0)