From f918635ab5decbbb79f14456df2179fa6a45c0b3 Mon Sep 17 00:00:00 2001 From: Philipp A Date: Sun, 31 Jan 2021 14:15:04 +0100 Subject: [PATCH] Link remaining badges in README (#3636) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Adds a link to moto’s PyPI page - Makes the “Python Versions” badge unclickable - Adds a link to PyPIstats for download stats --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 788fa905..630b29cb 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,10 @@ [![Build Status](https://github.com/spulec/moto/workflows/TestNDeploy/badge.svg)](https://github.com/spulec/moto/actions) [![Coverage Status](https://codecov.io/gh/spulec/moto/branch/master/graph/badge.svg)](https://codecov.io/gh/spulec/moto) [![Docs](https://readthedocs.org/projects/pip/badge/?version=stable)](http://docs.getmoto.org) -![PyPI](https://img.shields.io/pypi/v/moto.svg) -![PyPI - Python Version](https://img.shields.io/pypi/pyversions/moto.svg) -![PyPI - Downloads](https://img.shields.io/pypi/dw/moto.svg) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) +[![PyPI](https://img.shields.io/pypi/v/moto.svg)](https://pypi.org/project/moto/) +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/moto.svg)](#) +[![PyPI - Downloads](https://img.shields.io/pypi/dw/moto.svg)](https://pypistats.org/packages/moto) +[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) ## Install