Skip to content

Commit 707e762

Browse files
authored
update readme badges (#143)
1 parent 408f903 commit 707e762

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,15 @@
22
hyperframe: Pure-Python HTTP/2 framing
33
======================================
44

5-
.. image:: https://travis-ci.org/python-hyper/hyperframe.png?branch=master
6-
:target: https://travis-ci.org/python-hyper/hyperframe
5+
.. image:: https://github.com/python-hyper/hyperframe/workflows/CI/badge.svg
6+
:target: https://github.com/python-hyper/hyperframe/actions
7+
:alt: Build status
8+
.. image:: https://readthedocs.org/projects/hyperframe/badge/?version=latest
9+
:target: https://hyperframe.readthedocs.io/en/latest/
10+
:alt: Documentation Status
11+
.. image:: https://img.shields.io/badge/chat-join_now-brightgreen.svg
12+
:target: https://gitter.im/python-hyper/community
13+
:alt: Chat community
714

815
This library contains the HTTP/2 framing code used in the `hyper`_ project. It
916
provides a pure-Python codebase that is capable of decoding a binary stream

0 commit comments

Comments
 (0)