Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit b46a3e8

Browse files
committed
Merge pull request #272 from listochkin/patch-1
Removed bold from links to improve readability
2 parents 99d39d5 + 76d0477 commit b46a3e8

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

documentation.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,54 +6,54 @@ title: Rust Documentation · The Rust Programming Language
66
# Rust Documentation
77

88
If you haven't seen Rust at all yet, the first thing you should read
9-
is the introduction to the book, [**The Rust Programming
10-
Language**][book]. It will give you a good idea of what Rust is like,
9+
is the introduction to the book, [The Rust Programming
10+
Language][book]. It will give you a good idea of what Rust is like,
1111
show you how to install it, and explain its syntax and concepts. Upon
1212
completing the book, you'll be an intermediate Rust developer, and
1313
will have a good grasp of the fundamental ideas behind Rust.
1414

1515
## Learning Rust
1616

17-
[**The Rust Programming Language**][book]. Also known as "The Book",
17+
[The Rust Programming Language][book]. Also known as "The Book",
1818
The Rust Programming Language is the most comprehensive resource for
1919
all topics related to Rust, and is the primary official document of
2020
the language.
2121

22-
[**Rust by Example**][rbe]. A collection of self-contained Rust
22+
[Rust by Example][rbe]. A collection of self-contained Rust
2323
examples on a variety of topics, executable in-browser.
2424

25-
[**Frequently asked questions**][faq].
25+
[Frequently asked questions][faq].
2626

27-
[**The Rustonomicon**][nomicon]. An entire book dedicated to
27+
[The Rustonomicon][nomicon]. An entire book dedicated to
2828
explaining how to write unsafe Rust code. It is for advanced Rust
2929
programmers.
3030

31-
[**rust-learning**]. A community-maintained collection of resources
31+
[rust-learning]. A community-maintained collection of resources
3232
for learning Rust.
3333

3434
[book]: https://doc.rust-lang.org/book/
3535
[rbe]: http://rustbyexample.com
3636
[faq]: faq.html
3737
[nomicon]: https://doc.rust-lang.org/nomicon/
38-
[**rust-learning**]: https://github.com/ctjhoa/rust-learning
38+
[rust-learning]: https://github.com/ctjhoa/rust-learning
3939

4040
## References
4141

42-
[**Standard Library API Reference**][api]. Documentation for the
42+
[Standard Library API Reference][api]. Documentation for the
4343
standard library.
4444

45-
[**The Rust Reference**][ref]. While Rust does not have a
45+
[The Rust Reference][ref]. While Rust does not have a
4646
specification, the reference tries to describe its working in
4747
detail. It tends to be out of date.
4848

49-
[**Syntax Index**][syn]. This appendix from The Book contains examples
49+
[Syntax Index][syn]. This appendix from The Book contains examples
5050
of all syntax in Rust cross-referenced with the section of The Book
5151
that describes it.
5252

53-
[**The Cargo Guide**][cargo]. The documentation for Cargo,
53+
[The Cargo Guide][cargo]. The documentation for Cargo,
5454
Rust's package manager.
5555

56-
[**Compiler Error Index**][err]. Extended explanations of
56+
[Compiler Error Index][err]. Extended explanations of
5757
the errors produced by the Rust compiler.
5858

5959
[api]: https://doc.rust-lang.org/std/
@@ -64,10 +64,10 @@ the errors produced by the Rust compiler.
6464

6565
## Project policies
6666

67-
[**Rust security policy**][security]. The project's policies for
67+
[Rust security policy][security]. The project's policies for
6868
reporting, fixing and disclosing security-related bugs.
6969

70-
[**Rust copyright and trademark policies**][legal]. The Rust
70+
[Rust copyright and trademark policies][legal]. The Rust
7171
copyrights are owned by The Rust Project Developers, and its
7272
trademarks are owned by Mozilla. Appropriate usage of Rust's
7373
trademarks are described here.

0 commit comments

Comments
 (0)