From 999ae9cebcdbf43d2072e2011d05261e7699eccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Tue, 4 Nov 2025 16:48:23 -0600 Subject: [PATCH] chore: Update the PyPI badge in the docs --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 2b2c739..383a3f8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,7 +1,7 @@ # backoff [![Build Status](https://github.com/python-backoff/backoff/actions/workflows/ci.yaml/badge.svg)](https://github.com/python-backoff/backoff/actions/workflows/ci.yaml) -[![PyPI Version](https://img.shields.io/pypi/v/backoff.svg)](https://pypi.python.org/pypi/backoff) +[![PyPI Version](https://img.shields.io/pypi/v/python-backoff.svg)](https://pypi.python.org/pypi/python-backoff) [![License](https://img.shields.io/github/license/python-backoff/backoff)](https://github.com/python-backoff/backoff/blob/main/LICENSE) **Function decoration for backoff and retry** @@ -87,6 +87,6 @@ def poll_for_result(job_id): ## Project Links - [GitHub Repository](https://github.com/python-backoff/backoff) -- [PyPI Package](https://pypi.org/project/backoff/) +- [PyPI Package](https://pypi.org/project/python-backoff/) - [Issue Tracker](https://github.com/python-backoff/backoff/issues) - [Changelog](https://github.com/python-backoff/backoff/blob/main/CHANGELOG.md)