From b1f48d5534e0ca93c17434bd615ce4222d6966ba Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Sun, 26 Dec 2021 12:03:18 +0100 Subject: [PATCH] Fix badges links at README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1718ed6..4be944c 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ The digaws lookup tool displays information for a given IP address (v4 o v6) or In order to save bandwidth and time this tool requests the [AWS IP ranges](https://ip-ranges.amazonaws.com/ip-ranges.json) and keeps a cached version until a new version is published. -![PyPI version](https://badge.fury.io/py/digaws.svg) -![CI](https://github.com/dcarrillo/digaws/workflows/CI/badge.svg) +[![PyPI version](https://badge.fury.io/py/digaws.svg)](https://pypi.org/project/digaws/) +[![CI](https://github.com/dcarrillo/digaws/workflows/CI/badge.svg)](https://github.com/dcarrillo/digaws/actions) ## Requirements