File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Rust By Example
2
2
3
- [ ![ Build Status] ( https://travis-ci.org/rust-lang/rust-by-example.svg?branch=master )] ( https://travis-ci.org/rust-lang/rust-by-example )
3
+ [ ![ Build Status] [ travis-badge ]] [ travis-repo ]
4
+
5
+ [ travis-badge ] : https://travis-ci.com/rust-lang/rust-by-example.svg?branch=master
6
+ [ travis-repo ] : https://travis-ci.com/rust-lang/rust-by-example
4
7
5
8
Learn Rust with examples (Live code editor included)
6
9
7
10
## Using
8
11
9
- If you'd like to read Rust by Example, you can visit
10
- [ https://doc.rust-lang.org/stable/rust-by-example/ ] ( https://doc.rust-lang.org/stable/rust-by-example/ ) to read it online.
12
+ If you'd like to read Rust by Example, you can visit https://doc.rust-lang.org/rust-by-example/
13
+ to read it online.
11
14
12
15
If you'd like to read it locally, [ install Rust] , and then:
13
16
@@ -19,7 +22,7 @@ $ mdbook build
19
22
$ mdbook serve
20
23
```
21
24
22
- [ install Rust ] : http ://rust-lang.org/install.html
25
+ [ install Rust ] : https ://www. rust-lang.org/tools/ install
23
26
24
27
To be able to run the examples, you must be connected to the internet; you can
25
28
read all content offline, however!
You can’t perform that action at this time.
0 commit comments