From 953ba31311d6058f731ad72a591771a1a4e632db Mon Sep 17 00:00:00 2001 From: Jonathan Ehwald Date: Mon, 23 Sep 2024 00:54:10 +0200 Subject: [PATCH] Upgrade outdated badge urls --- README.md | 4 ++-- docs/index.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 355d7c9..a9990bd 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![License][license-image]][license-url] [versions-image]: https://img.shields.io/pypi/pyversions/aiogqlc -[versions-url]: https://github.com/DoctorJohn/aiogqlc/blob/master/setup.py +[versions-url]: https://github.com/DoctorJohn/aiogqlc/blob/main/pyproject.toml [pypi-image]: https://img.shields.io/pypi/v/aiogqlc [pypi-url]: https://pypi.org/project/aiogqlc/ [downloads-image]: https://img.shields.io/pypi/dm/aiogqlc @@ -15,7 +15,7 @@ [codecov-image]: https://codecov.io/gh/DoctorJohn/aiogqlc/branch/main/graph/badge.svg [codecov-url]: https://codecov.io/gh/DoctorJohn/aiogqlc [license-image]: https://img.shields.io/pypi/l/aiogqlc -[license-url]: https://github.com/DoctorJohn/aiogqlc/blob/master/LICENSE +[license-url]: https://github.com/DoctorJohn/aiogqlc/blob/main/LICENSE A Python asynchronous/IO GraphQL client based on [aiohttp][aiohttp-url]. diff --git a/docs/index.md b/docs/index.md index 6d8a54c..3c8cb19 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,15 +7,15 @@ [![License][license-image]][license-url] [versions-image]: https://img.shields.io/pypi/pyversions/aiogqlc -[versions-url]: https://github.com/DoctorJohn/aiogqlc/blob/master/setup.py +[versions-url]: https://github.com/DoctorJohn/aiogqlc/blob/main/pyproject.toml [pypi-image]: https://img.shields.io/pypi/v/aiogqlc [pypi-url]: https://pypi.org/project/aiogqlc/ [downloads-image]: https://img.shields.io/pypi/dm/aiogqlc [downloads-url]: https://pypi.org/project/aiogqlc/ -[codecov-image]: https://codecov.io/gh/DoctorJohn/aiogqlc/branch/main/graph/badge.svg?token=63WRUHG8SW +[codecov-image]: https://codecov.io/gh/DoctorJohn/aiogqlc/branch/main/graph/badge.svg [codecov-url]: https://codecov.io/gh/DoctorJohn/aiogqlc [license-image]: https://img.shields.io/pypi/l/aiogqlc -[license-url]: https://github.com/DoctorJohn/aiogqlc/blob/master/LICENSE +[license-url]: https://github.com/DoctorJohn/aiogqlc/blob/main/LICENSE A simple asynchronous Python GraphQL client based on [asyncio][asyncio-url] and [aiohttp][aiohttp-url].