From 5aa3379404c6204a0e8bd85b1c8f8d55b723b67d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=87=BA=F0=9F=87=A6=20Sviatoslav=20Sydorenko=20=28?= =?UTF-8?q?=D0=A1=D0=B2=D1=8F=D1=82=D0=BE=D1=81=D0=BB=D0=B0=D0=B2=20=D0=A1?= =?UTF-8?q?=D0=B8=D0=B4=D0=BE=D1=80=D0=B5=D0=BD=D0=BA=D0=BE=29?= Date: Wed, 12 Aug 2026 15:45:23 +0200 Subject: [PATCH] Fix the RTD docs links from PyPI title and badge This shows up on GH and PyPI, being a part of the core packaging metadata. The currently present link is broken and shows an HTTP 404 Not Found. The patch fixes that. The change is [handwritten by a human](https://github.com/sponsors/webknjaz). It is similar to but *different* from #290 which requires elevated admin-level in-repo privileges and probably cannot be automated (though one could attempt having a pet agent use GH CLI to handle that I suppose). --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e032200..e9b931a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -# [`pyproject-api`](https://pyproject-api.readthedocs.io/en/latest/) +# [`pyproject-api`][RTD] [![PyPI](https://img.shields.io/pypi/v/pyproject-api?style=flat-square)](https://pypi.org/project/pyproject-api/) [![Supported Python versions](https://img.shields.io/pypi/pyversions/pyproject-api.svg)](https://pypi.org/project/pyproject-api/) [![Downloads](https://static.pepy.tech/badge/pyproject-api/month)](https://pepy.tech/project/pyproject-api) [![check](https://github.com/tox-dev/pyproject-api/actions/workflows/check.yaml/badge.svg)](https://github.com/tox-dev/pyproject-api/actions/workflows/check.yaml) -[![Documentation Status](https://readthedocs.org/projects/pyproject-api/badge/?version=latest)](https://pyproject-api.readthedocs.io/en/latest/?badge=latest) +[![Documentation Status](https://readthedocs.org/projects/pyproject-api/badge/?version=latest)][RTD] + +[RTD]: https://pyproject-api.rtfd.io