Skip to content

Commit

Permalink
Fix 'getting started' internal links
Browse files Browse the repository at this point in the history
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
tcharding committed Jul 3, 2019
1 parent 092b8f2 commit 60f25f5
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 60f25f5

Please sign in to comment.