Skip to content

Commit

Permalink
Auto merge of #7099 - ehuss:revert-7093, r=alexcrichton
Browse files Browse the repository at this point in the history
Revert "Fix 'getting started' internal links"

This reverts commit 60f25f5 (#7093).

Cargo currently uses mdbook 0.1, so the links were correct.
  • Loading branch information
bors committed Jul 5, 2019
2 parents ad5a728 + 99a78b8 commit a3b46ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/doc/src/getting-started/first-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions src/doc/src/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

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

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

0 comments on commit a3b46ff

Please sign in to comment.