8000 Update badges (#247) · Triadai/msgpack-python@b57106c · GitHub
[go: up one dir, main page]

Skip to content

Commit b57106c

Browse files
hugovkmethane
authored andcommitted
Update badges (msgpack#247)
1 parent deeda31 commit b57106c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22
MessagePack for Python
33
======================
44

5-
.. image:: https://secure.travis-ci.org/msgpack/msgpack-python.svg
6-
:target: https://travis-ci.org/#!/msgpack/msgpack-python
5+
.. image:: https://travis-ci.org/msgpack/msgpack-python.svg?branch=master
6+
:target: https://travis-ci.org/msgpack/msgpack-python
7+
:alt: Build Status
78

89
.. image:: https://readthedocs.org/projects/msgpack-python/badge/?version=latest
9-
:target: http://msgpack-python.readthedocs.io/en/latest/?badge=latest
10+
:target: https://msgpack-python.readthedocs.io/en/latest/?badge=latest
1011
:alt: Documentation Status
1112

1213
What's this
1314
-----------
1415

15-
`MessagePack <http://msgpack.org/>`_ is an efficient binary serialization format.
16+
`MessagePack <https://msgpack.org/>`_ is an efficient binary serialization format.
1617
It lets you exchange data among multiple languages like JSON.
1718
But it's faster and smaller.
1819
This package provides CPython bindings for reading and writing MessagePack data.

0 commit comments

Comments
 (0)
0