summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNakul Pathak <nakul@sigopt.com>2018-10-16 21:36:18 -0700
committerJeff Widman <jeff@jeffwidman.com>2018-10-16 21:36:18 -0700
commit367a1df35b3b168580327e9f52a4cb9c000ea750 (patch)
treee55e56359db4b9204892c2780cb2ed060670b17d
parentcc4006e6a8ea9441b01a631f3350357a8a2e4088 (diff)
downloadkazoo-367a1df35b3b168580327e9f52a4cb9c000ea750.tar.gz
docs: make badges link to travis and pypi (#528)
* docs: make badges link to travis and pypi
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dd22d76..3a5f84e 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
Kazoo
=====
-![Travis Build](https://travis-ci.org/python-zk/kazoo.svg?branch=master)
+[![Build Status](https://travis-ci.org/python-zk/kazoo.svg?branch=master)](https://travis-ci.org/python-zk/kazoo)
-![Latest Version](https://img.shields.io/pypi/v/kazoo.svg)
+[![Latest Version](https://img.shields.io/pypi/v/kazoo.svg)](https://pypi.org/project/kazoo/)
`kazoo` implements a higher level API to [Apache
Zookeeper](http://zookeeper.apache.org/) for Python clients.