summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2017-10-11 20:49:02 +0300
committerINADA Naoki <methane@users.noreply.github.com>2017-10-12 02:49:02 +0900
commitb57106c246867b5beec62874a239c87d94dafba5 (patch)
treef159a65b0487c1fdf6027136a5bfc595282b7dda
parentdeeda31a8840cee334f05f15bd2308af13dc9c64 (diff)
downloadmsgpack-python-b57106c246867b5beec62874a239c87d94dafba5.tar.gz
Update badges (#247)
-rw-r--r--README.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 0e1ddd7..ea1499b 100644
--- a/README.rst
+++ b/README.rst
@@ -2,17 +2,18 @@
MessagePack for Python
======================
-.. image:: https://secure.travis-ci.org/msgpack/msgpack-python.svg
- :target: https://travis-ci.org/#!/msgpack/msgpack-python
+.. image:: https://travis-ci.org/msgpack/msgpack-python.svg?branch=master
+ :target: https://travis-ci.org/msgpack/msgpack-python
+ :alt: Build Status
.. image:: https://readthedocs.org/projects/msgpack-python/badge/?version=latest
- :target: http://msgpack-python.readthedocs.io/en/latest/?badge=latest
+ :target: https://msgpack-python.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
What's this
-----------
-`MessagePack <http://msgpack.org/>`_ is an efficient binary serialization format.
+`MessagePack <https://msgpack.org/>`_ is an efficient binary serialization format.
It lets you exchange data among multiple languages like JSON.
But it's faster and smaller.
This package provides CPython bindings for reading and writing MessagePack data.