diff options
| author | Seiichi Uchida <seuchida@gmail.com> | 2019-04-06 10:05:21 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-04-06 10:05:21 +0900 |
| commit | 8ec0750bb88dfe84ca2d54ddc29b13f5900641d6 (patch) | |
| tree | ca7afa2f58b33487a0ccf7f6a0d45000a0827660 | |
| parent | 8e068510a4a7e0bf7ae1c4e641f8a790842f6f17 (diff) | |
| parent | fdd4bce8b369ffa1a838d079231f198897e8966f (diff) | |
| download | rust-8ec0750bb88dfe84ca2d54ddc29b13f5900641d6.tar.gz rust-8ec0750bb88dfe84ca2d54ddc29b13f5900641d6.zip | |
Merge pull request #3497 from lwshang/master
Fix Travis-CI badge url
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index cc5fb979c52..aa02905c45c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# rustfmt [](https://travis-ci.org/rust-lang/rustfmt) [](https://ci.appveyor.com/project/rust-lang-libs/rustfmt) [](https://crates.io/crates/rustfmt-nightly) [](https://travis-ci.org/davidalber/rustfmt-travis) +# rustfmt [](https://travis-ci.com/rust-lang/rustfmt) [](https://ci.appveyor.com/project/rust-lang-libs/rustfmt) [](https://crates.io/crates/rustfmt-nightly) [](https://travis-ci.org/davidalber/rustfmt-travis) A tool for formatting Rust code according to style guidelines. |
