summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Schuff <dschuff@chromium.org>2016-07-11 13:52:19 -0700
committerGitHub <noreply@github.com>2016-07-11 13:52:19 -0700
commit8c2ef78baf1bd93afe48a9112eda56aea6cb884d (patch)
treec7d960aeab536380ded143357e77a9062bc114c5
parent7f4c1297eef1b5d846acbb52ad8ea9e4cb807683 (diff)
downloadbinaryen-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c4d44a5f2..2efc31b21 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://travis-ci.org/WebAssembly/binaryen.svg?branch=master)](https://travis-ci.org/WebAssembly/binaryen) [![Windows CI](https://ci.appveyor.com/api/projects/status/github/WebAssembly/binaryen?svg=true)](https://ci.appveyor.com/project/WebAssembly/binaryen/branch/master)
+[![Build Status](https://travis-ci.org/WebAssembly/binaryen.svg?branch=master)](https://travis-ci.org/WebAssembly/binaryen) [![Windows CI](https://ci.appveyor.com/api/projects/status/nvm9tuwxnup9h5ar/branch/master?svg=true)](https://ci.appveyor.com/project/WebAssembly/binaryen/branch/master)
# Binaryen