From 428e901997a6dd86974cbf9f94eddd98f920d82b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 7 Sep 2023 12:13:32 -0500 Subject: [PATCH] chore: fix links (#3) --- README.rst | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index fea9878..668d20b 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ======================================== - pyserial-asyncio-fast |build-status| |docs| + pyserial-asyncio-fast |docs| ======================================== Async I/O extension package for the Python Serial Port Extension for OSX, Linux, BSD @@ -9,19 +9,16 @@ It depends on pySerial and is compatible with Python 3.5 and later. This version implements eager writes like cpython `asyncio` selector_events does: https://github.com/python/cpython/blob/b89b838ebc817e5fbffad1ad8e1a85aa2d9f3113/Lib/asyncio/selector_events.py#L1063 -This can signficantly reduce overhead since the asyncio writer is no longer added and removed frequently. +This can significantly reduce overhead since the asyncio writer is no longer added and removed frequently. Documentation ============= - Documentation: http://pyserial-asyncio.readthedocs.io/en/latest/ -- Download Page: https://pypi.python.org/pypi/pyserial-asyncio -- Project Homepage: https://github.com/pyserial/pyserial-asyncio +- Download Page: https://pypi.python.org/pypi/pyserial-asyncio-fast +- Project Homepage: https://github.com/home-assistant-libs/pyserial-asyncio-fast -.. |build-status| image:: https://travis-ci.org/pyserial/pyserial-asyncio.svg?branch=master - :target: https://travis-ci.org/pyserial/pyserial-asyncio - :alt: Build status .. |docs| image:: https://readthedocs.org/projects/pyserial-asyncio/badge/?version=latest :target: http://pyserial-asyncio.readthedocs.io/ :alt: Documentation