Skip to content

Commit

Permalink
Merge pull request #1167 from lzutao/patch-1
Browse files Browse the repository at this point in the history
Update links in README
  • Loading branch information
marioidival authored Mar 12, 2019
2 parents 9c90223 + 566e36e commit c7be826
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# Rust By Example

[![Build Status](https://travis-ci.org/rust-lang/rust-by-example.svg?branch=master)](https://travis-ci.org/rust-lang/rust-by-example)
[![Build Status][travis-badge]][travis-repo]

[travis-badge]: https://travis-ci.com/rust-lang/rust-by-example.svg?branch=master
[travis-repo]: https://travis-ci.com/rust-lang/rust-by-example

Learn Rust with examples (Live code editor included)

## Using

If you'd like to read Rust by Example, you can visit
[https://doc.rust-lang.org/stable/rust-by-example/](https://doc.rust-lang.org/stable/rust-by-example/) to read it online.
If you'd like to read Rust by Example, you can visit https://doc.rust-lang.org/rust-by-example/
to read it online.

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

Expand All @@ -19,7 +22,7 @@ $ mdbook build
$ mdbook serve
```

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

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

0 comments on commit c7be826

Please sign in to comment.