Skip to content

Commit 5cc0a37

Browse files
committed
Minor tweaks to doc index
1 parent 48c170d commit 5cc0a37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ something if you know its name.
3333

3434
# The Rustonomicon
3535

36-
[The Rustonomicon] is an entire book dedicated dedicated to explaining
36+
[The Rustonomicon] is an entire book dedicated to explaining
3737
how to write `unsafe` Rust code. It is for advanced Rust programmers.
3838

3939
[The Rustonomicon]: nomicon/index.html
4040

4141
# Tools
4242

43-
[Cargo](http://doc.crates.io/index.html) is the Rust's package manager providing access to libraries
43+
[Cargo](http://doc.crates.io/index.html) is the Rust package manager providing access to libraries
4444
beyond the standard one, and its website contains lots of good documentation.
4545

4646
[`rustdoc`](book/documentation.html) is the Rust's documentation generator, a tool converting

0 commit comments

Comments
 (0)