We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5655e3e commit 9573affCopy full SHA for 9573aff
src/doc/src/guide/index.md
@@ -4,8 +4,8 @@ This guide will give you all that you need to know about how to use Cargo to
4
develop Rust packages.
5
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)
+* [Creating a New Package](creating-a-new-package.md)
+* [Working on an Existing Cargo Package](working-on-an-existing-package.md)
9
* [Dependencies](dependencies.md)
10
* [Package Layout](project-layout.md)
11
* [Cargo.toml vs Cargo.lock](cargo-toml-vs-cargo-lock.md)
0 commit comments