From 55027f3d92a1fcda75bf7be17fd90c0bd0c118f4 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 27 Aug 2016 17:43:37 +0200 Subject: [PATCH] doc/index.rst: add number of commits since last release, use https --- doc/index.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 3f17e520..7e5af32a 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -71,10 +71,14 @@ Current status :target: https://landscape.io/github/aubio/aubio/master :alt: Landscape code health -.. image:: http://readthedocs.org/projects/aubio/badge/?version=latest +.. image:: https://readthedocs.org/projects/aubio/badge/?version=latest :target: http://aubio.readthedocs.io/en/latest/?badge=latest :alt: Documentation status +.. image:: https://img.shields.io/github/commits-since/aubio/aubio/0.4.3.svg?maxAge=2592000 + :target: https://github.com/aubio/aubio + :alt: Commits since last release + * `Travis Continuous integration page `_ * `Appveyor Continuous integration page `_ * `Landscape python code validation `_ -- 2.11.0