From 0aa6c5c191ad22bbc4ad30d0880e531d4e66c0b3 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Thu, 23 Jan 2020 22:51:29 +0200 Subject: [PATCH] Link badge to PyPI rather than static image And DRY the link --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index a234ec9..4c7fd55 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,10 @@ .. image:: https://img.shields.io/pypi/v/skeleton.svg - :target: https://pypi.org/project/skeleton + :target: `PyPI link`_ .. image:: https://img.shields.io/pypi/pyversions/skeleton.svg + :target: `PyPI link`_ + +.. _PyPI link: https://pypi.org/project/skeleton .. image:: https://dev.azure.com/jaraco/skeleton/_apis/build/status/jaraco.skeleton?branchName=master :target: https://dev.azure.com/jaraco/skeleton/_build/latest?definitionId=1&branchName=master