Skip to content

Commit 8ee5b09

Browse files
committed
Auto merge of #7093 - tcharding:getting-started-links, r=alexcrichton
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.
2 parents 9fd0332 + 60f25f5 commit 8ee5b09

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/doc/src/getting-started/first-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ Hello, world!
7070

7171
### Going further
7272

73-
For more details on using Cargo, check out the [Cargo Guide](guide/index.html)
73+
For more details on using Cargo, check out the [Cargo Guide](../guide/index.html)

src/doc/src/getting-started/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
To get started with Cargo, install Cargo (and Rust) and set up your first crate.
44

5-
* [Installation](getting-started/installation.html)
6-
* [First steps with Cargo](getting-started/first-steps.html)
5+
* [Installation](installation.html)
6+
* [First steps with Cargo](first-steps.html)

0 commit comments

Comments
 (0)