diff options
author | Aleksey Kladov <[email protected]> | 2018-10-09 16:29:25 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2018-10-09 16:29:25 +0100 |
commit | 91f99920bdafad7108211b408b957894bf9d4a38 (patch) | |
tree | fb85b13551fe77db32d2da43b29828046019189e | |
parent | 82447ecacef9129a44d3c17b3db7a0e60a7ec92b (diff) |
Fix link to appveyor's CI
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | # Rust Analyzer | 1 | # Rust Analyzer |
2 | 2 | ||
3 | [](https://travis-ci.org/rust-analyzer/rust-analyzer) | 3 | [](https://travis-ci.org/rust-analyzer/rust-analyzer) |
4 | [](https://ci.appveyor.com/project/rust-analyzer/rust-analyzer/branch/master) | 4 | [](https://ci.appveyor.com/project/matklad/rust-analyzer/branch/master) |
5 | 5 | ||
6 | 6 | ||
7 | Rust Analyzer is an **experimental** modular compiler frontend for the | 7 | Rust Analyzer is an **experimental** modular compiler frontend for the |