Skip to content

Commit

Permalink
docs: update badge targets in index.rst
Browse files Browse the repository at this point in the history
- Update Python package badge target to PyPI project page.
- Update documentation badge target to GitHub Pages URL.
- Ensure correct targets for all badges.
  • Loading branch information
Lei-k committed Jul 24, 2024
1 parent 8499f04 commit b5b4745
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -20,6 +20,12 @@ Features
- Cross-platform support for Windows, Linux, macOS, and FreeBSD.
- Event-driven architecture for handling data events.

Links
-----

- `Documentation: <https://github.com/Lei-k/async-pyserial>`_
- `PyPI page: <https://pypi.org/project/async-pyserial/>`_

Installation
------------
You can install the `async-pyserial` package using either `poetry` or `pip`.
Expand Down

0 comments on commit b5b4745

Please sign in to comment.