aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMike Tzou <Chocobo1@users.noreply.github.com>2017-06-06 22:58:46 +0800
committerEugene Kliuchnikov <eustas@google.com>2017-06-06 17:58:46 +0300
commit31d0629b1dcfd0d6277325b926519d022301f4a0 (patch)
tree9214e76858737635ee712ad0ea1275eab405681b /README.md
parent19dc934e391752b78f78eca60c2c1ca5f6ac647b (diff)
downloadbrotli-31d0629b1dcfd0d6277325b926519d022301f4a0.zip
brotli-31d0629b1dcfd0d6277325b926519d022301f4a0.tar.gz
brotli-31d0629b1dcfd0d6277325b926519d022301f4a0.tar.bz2
Readme improvements (#557)
* [README] Use tools.ietf.org for displaying RFC7932 tools.ietf.org has HTML links which is helpful when reading in browser * [README] Add appveyor badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 637d52b..a59bb58 100644
--- a/README.md
+++ b/README.md
@@ -8,14 +8,15 @@ and 2nd order context modeling, with a compression ratio comparable to the best
currently available general-purpose compression methods. It is similar in speed
with deflate but offers more dense compression.
-The specification of the Brotli Compressed Data Format is defined in [RFC 7932](https://www.ietf.org/rfc/rfc7932.txt).
+The specification of the Brotli Compressed Data Format is defined in [RFC 7932](https://tools.ietf.org/html/rfc7932).
Brotli is open-sourced under the MIT License, see the LICENSE file.
Brotli mailing list:
https://groups.google.com/forum/#!forum/brotli
-[![Build Status](https://travis-ci.org/google/brotli.svg?branch=master)](https://travis-ci.org/google/brotli)
+[![TravisCI Build Status](https://travis-ci.org/google/brotli.svg?branch=master)](https://travis-ci.org/google/brotli)
+[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/google/brotli?branch=master&svg=true)](https://ci.appveyor.com/project/szabadka/brotli)
### Build instructions