From bbca8eb388a19f741340b355d84745bc4e32fc0e Mon Sep 17 00:00:00 2001 From: Shi Sheng Date: Thu, 25 Apr 2024 22:14:21 -0400 Subject: [PATCH] Update README.md (#11155) ## Summary Modified the license badge so instead of `LICENSE`, it is now the full path, and hoepfully will resolve the issue appeared in PyPI with the license badge redirection --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f6ecc31f1..e941616587 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![image](https://img.shields.io/pypi/v/ruff.svg)](https://pypi.python.org/pypi/ruff) -[![image](https://img.shields.io/pypi/l/ruff.svg)](LICENSE) +[![image](https://img.shields.io/pypi/l/ruff.svg)](https://github.com/astral-sh/ruff/blob/main/LICENSE) [![image](https://img.shields.io/pypi/pyversions/ruff.svg)](https://pypi.python.org/pypi/ruff) [![Actions status](https://github.com/astral-sh/ruff/workflows/CI/badge.svg)](https://github.com/astral-sh/ruff/actions) [![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white)](https://discord.com/invite/astral-sh)