diff --git a/src/doc/src/getting-started/first-steps.md b/src/doc/src/getting-started/first-steps.md index 0a3b730dc00..8ade0834f59 100644 --- a/src/doc/src/getting-started/first-steps.md +++ b/src/doc/src/getting-started/first-steps.md @@ -70,4 +70,4 @@ Hello, world! ### Going further -For more details on using Cargo, check out the [Cargo Guide](guide/index.html) +For more details on using Cargo, check out the [Cargo Guide](../guide/index.html) diff --git a/src/doc/src/getting-started/index.md b/src/doc/src/getting-started/index.md index 22a7315cf11..5fc71205724 100644 --- a/src/doc/src/getting-started/index.md +++ b/src/doc/src/getting-started/index.md @@ -2,5 +2,5 @@ To get started with Cargo, install Cargo (and Rust) and set up your first crate. -* [Installation](getting-started/installation.html) -* [First steps with Cargo](getting-started/first-steps.html) +* [Installation](installation.html) +* [First steps with Cargo](first-steps.html)