From 60f25f56b8f398e935d7e8d952c4c2e6cc0bc7d5 Mon Sep 17 00:00:00 2001 From: tcharding Date: Thu, 4 Jul 2019 08:20:23 +1000 Subject: [PATCH] Fix 'getting started' internal links Currently the internal links do not work, the path is incorrect. Update the path for internal links in the index file of 'getting started' section thereby fixing the links generated in HTML. --- src/doc/src/getting-started/first-steps.md | 2 +- src/doc/src/getting-started/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)