diff options
author | Derek Schuff <dschuff@chromium.org> | 2016-07-11 13:52:19 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-11 13:52:19 -0700 |
commit | 8c2ef78baf1bd93afe48a9112eda56aea6cb884d (patch) | |
tree | c7d960aeab536380ded143357e77a9062bc114c5 | |
parent | 7f4c1297eef1b5d846acbb52ad8ea9e4cb807683 (diff) | |
download | binaryen-8c2ef78baf1bd93afe48a9112eda56aea6cb884d.tar.gz binaryen-8c2ef78baf1bd93afe48a9112eda56aea6cb884d.tar.bz2 binaryen-8c2ef78baf1bd93afe48a9112eda56aea6cb884d.zip |
Fix Appveyor badge URL to be unambiguous (#626)
The URL using the name of the GitHub project only works if no other appveyor project is using that github repo; that is apparently not true now. So use the unique URL for the WebAssembly appveyor account's project, and use the status of the master branch instead of the global status.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -[](https://travis-ci.org/WebAssembly/binaryen) [](https://ci.appveyor.com/project/WebAssembly/binaryen/branch/master) +[](https://travis-ci.org/WebAssembly/binaryen) [](https://ci.appveyor.com/project/WebAssembly/binaryen/branch/master) # Binaryen |