Skip to content

Commit 367a1df

Browse files
Nakul Pathakjeffwidman
authored andcommitted
docs: make badges link to travis and pypi (#528)
* docs: make badges link to travis and pypi
1 parent cc4006e commit 367a1df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Kazoo
22
=====
33

4-
![Travis Build](https://travis-ci.org/python-zk/kazoo.svg?branch=master)
4+
[![Build Status](https://travis-ci.org/python-zk/kazoo.svg?branch=master)](https://travis-ci.org/python-zk/kazoo)
55

6-
![Latest Version](https://img.shields.io/pypi/v/kazoo.svg)
6+
[![Latest Version](https://img.shields.io/pypi/v/kazoo.svg)](https://pypi.org/project/kazoo/)
77

88
`kazoo` implements a higher level API to [Apache
99
Zookeeper](http://zookeeper.apache.org/) for Python clients.

0 commit comments

Comments
 (0)