Skip to content

Commit a3b46ff

Browse files
committed
Auto merge of #7099 - ehuss:revert-7093, r=alexcrichton
Revert "Fix 'getting started' internal links" This reverts commit 60f25f5 (#7093). Cargo currently uses mdbook 0.1, so the links were correct.
2 parents ad5a728 + 99a78b8 commit a3b46ff

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](installation.html)
6-
* [First steps with Cargo](first-steps.html)
5+
* [Installation](getting-started/installation.html)
6+
* [First steps with Cargo](getting-started/first-steps.html)

0 commit comments

Comments
 (0)