From b5b4745f5f12ce4e88bd20633d05ee22d4bad9e6 Mon Sep 17 00:00:00 2001 From: neil Date: Thu, 25 Jul 2024 02:52:23 +0800 Subject: [PATCH] docs: update badge targets in index.rst - Update Python package badge target to PyPI project page. - Update documentation badge target to GitHub Pages URL. - Ensure correct targets for all badges. --- README.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9998148..2b778a9 100644 --- a/README.rst +++ b/README.rst @@ -2,10 +2,10 @@ ASYNC PYSERIAL =============== .. image:: https://github.com/Lei-k/async-pyserial/actions/workflows/python-publish.yml/badge.svg - :target: https://github.com/Lei-k/async-pyserial/actions/workflows/python-publish.yml + :target: https://pypi.org/project/async-pyserial/ .. image:: https://github.com/Lei-k/async-pyserial/actions/workflows/docs-publish.yml/badge.svg - :target: https://github.com/Lei-k/async-pyserial/actions/workflows/docs-publish.yml + :target: https://lei-k.github.io/async-pyserial/ .. image:: https://codecov.io/gh/Lei-k/async-pyserial/branch/main/graph/badge.svg :target: https://codecov.io/gh/Lei-k/async-pyserial @@ -20,6 +20,12 @@ Features - Cross-platform support for Windows, Linux, macOS, and FreeBSD. - Event-driven architecture for handling data events. +Links +----- + +- `Documentation: `_ +- `PyPI page: `_ + Installation ------------ You can install the `async-pyserial` package using either `poetry` or `pip`.