From 7d5d9a92c329591bb32d12624c08ea9ae2b7b244 Mon Sep 17 00:00:00 2001 From: Auca Coyan Date: Fri, 22 Mar 2024 12:58:10 -0300 Subject: [PATCH] :sparkles: return the link to the CI badge (#2616) ## Summary After I did #2612 , broke the badge and #2613 fixed it (thanks konstin!) I return the functionality to go to the actions tab when you click the badge: [![Actions status](https://github.com/astral-sh/uv/actions/workflows/ci.yml/badge.svg)](https://github.com/astral-sh/uv/actions) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c08a1291..1e3540ef0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![image](https://img.shields.io/pypi/v/uv.svg)](https://pypi.python.org/pypi/uv) [![image](https://img.shields.io/pypi/l/uv.svg)](https://pypi.python.org/pypi/uv) [![image](https://img.shields.io/pypi/pyversions/uv.svg)](https://pypi.python.org/pypi/uv) -![Actions status](https://github.com/astral-sh/uv/actions/workflows/ci.yml/badge.svg) +[![Actions status](https://github.com/astral-sh/uv/actions/workflows/ci.yml/badge.svg)](https://github.com/astral-sh/uv/actions) [![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white)](https://discord.gg/astral-sh) An extremely fast Python package installer and resolver, written in Rust. Designed as a drop-in