Skip to content

Commit

Permalink
Auto merge of #7093 - tcharding:getting-started-links, r=alexcrichton
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Jul 4, 2019
2 parents 9fd0332 + 60f25f5 commit 8ee5b09
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](getting-started/installation.html)
* [First steps with Cargo](getting-started/first-steps.html)
* [Installation](installation.html)
* [First steps with Cargo](first-steps.html)

0 comments on commit 8ee5b09

Please sign in to comment.