Skip to content

Commit 99a78b8

Browse files
committed
Revert "Fix 'getting started' internal links"
This reverts commit 60f25f5.
1 parent ab75a4b commit 99a78b8

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)