Skip to content

Commit 6c65cc1

Browse files
committed
Remove links to out-of-tree docs
1 parent 2f3c472 commit 6c65cc1

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

src/doc/index.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ concepts. Upon completing the book, you'll be an intermediate Rust
1414
developer, and will have a good grasp of the fundamental ideas behind
1515
Rust.
1616

17-
[Rust By Example][rbe] teaches you Rust through a series of small
18-
examples.
19-
20-
[rbe]: http://rustbyexample.com/
21-
2217
# Language Reference
2318

2419
Rust does not have an exact specification yet, but an effort to describe as much of
@@ -38,26 +33,7 @@ how to write `unsafe` Rust code. It is for advanced Rust programmers.
3833

3934
[The Rustonomicon]: nomicon/index.html
4035

41-
# Tools
42-
43-
[Cargo](http://doc.crates.io/index.html) is the Rust package manager providing access to libraries
44-
beyond the standard one, and its website contains lots of good documentation.
45-
46-
[`rustdoc`](book/documentation.html) is the Rust's documentation generator, a tool converting
47-
annotated source code into HTML docs.
48-
4936
# The Error Index
5037

5138
If you encounter an error while compiling your code you may be able to look it
5239
up in the [Rust Compiler Error Index](error-index.html).
53-
54-
# Community Translations
55-
56-
Several projects have been started to translate the documentation into other
57-
languages:
58-
59-
- [Russian](https://github.com/kgv/rust_book_ru)
60-
- [Korean](https://github.com/rust-kr/doc.rust-kr.org)
61-
- [Chinese](https://github.com/KaiserY/rust-book-chinese)
62-
- [Spanish](https://goyox86.github.io/elpr)
63-
- [German](https://panicbit.github.io/rustbook-de)

0 commit comments

Comments
 (0)