Skip to content

Commit c7be826

Browse files
authored
Merge pull request #1167 from lzutao/patch-1
Update links in README
2 parents 9c90223 + 566e36e commit c7be826

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# Rust By Example
22

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
47

58
Learn Rust with examples (Live code editor included)
69

710
## Using
811

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.
1114

1215
If you'd like to read it locally, [install Rust], and then:
1316

@@ -19,7 +22,7 @@ $ mdbook build
1922
$ mdbook serve
2023
```
2124

22-
[install Rust]: http://rust-lang.org/install.html
25+
[install Rust]: https://www.rust-lang.org/tools/install
2326

2427
To be able to run the examples, you must be connected to the internet; you can
2528
read all content offline, however!

0 commit comments

Comments
 (0)