Skip to content

Commit 8c14198

Browse files
authored
Merge pull request #180 from dmitris/patch-1
correct the travis build badge URL
2 parents f8072ac + 2fcfb8b commit 8c14198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# The Rust Edition Guide
22

3-
[![Build Status](https://travis-ci.org/rust-lang-nursery/edition-guide.svg?branch=master)](https://travis-ci.org/rust-lang-nursery/edition-guide)
3+
[![Build Status](https://api.travis-ci.com/rust-lang-nursery/edition-guide.svg?branch=master)](https://travis-ci.com/rust-lang-nursery/edition-guide)
44

55
This book explains the concept of "editions", major new eras in [Rust]'s
66
development. You can [read the book
@@ -35,7 +35,7 @@ $ mdbook serve
3535
```
3636

3737
This serves the book at http://localhost:3000, and rebuilds it on changes.
38-
You can now view the book in your web browser. If you make changes to the book's source code,
38+
You can now view the book in your web browser. If you make changes to the book's source code,
3939
you should only need to refresh your browser to see them.
4040

4141
_Firefox:_

0 commit comments

Comments
 (0)