Skip to content

Commit

Permalink
Updated links to stable documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfjlaros committed Oct 19, 2024
1 parent b7900dd commit 26b3052
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Arduino simpleRPC API client library and CLI
:target: https://github.com/jfjlaros/arduino-simple-rpc/graphs/commit-activity
.. image:: https://github.com/jfjlaros/arduino-simple-rpc/actions/workflows/python-package.yml/badge.svg
:target: https://github.com/jfjlaros/arduino-simple-rpc/actions/workflows/python-package.yml
.. image:: https://readthedocs.org/projects/arduino-simple-rpc/badge/?version=latest
:target: https://arduino-simple-rpc.readthedocs.io/en/latest
.. image:: https://readthedocs.org/projects/arduino-simple-rpc/badge/?version=stable
:target: https://arduino-simple-rpc.readthedocs.io
.. image:: https://img.shields.io/github/release-date/jfjlaros/arduino-simple-rpc.svg
:target: https://github.com/jfjlaros/arduino-simple-rpc/releases
.. image:: https://img.shields.io/github/release/jfjlaros/arduino-simple-rpc.svg
Expand Down Expand Up @@ -91,5 +91,5 @@ the Usage_ and Library_ sections.
.. _Arduino: https://www.arduino.cc
.. _simpleRPC: https://simpleRPC.readthedocs.io
.. _ReadTheDocs: https://arduino-simple-rpc.readthedocs.io
.. _Usage: https://arduino-simple-rpc.readthedocs.io/en/latest/usage.html
.. _Library: https://arduino-simple-rpc.readthedocs.io/en/latest/library.html
.. _Usage: https://arduino-simple-rpc.readthedocs.io/en/stable/usage.html
.. _Library: https://arduino-simple-rpc.readthedocs.io/en/stable/library.html
2 changes: 1 addition & 1 deletion docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ simpleRPC protocol.


.. _Arduino: https://www.arduino.cc
.. _motivation: https://simplerpc.readthedocs.io/en/latest/introduction.html#motivation
.. _motivation: https://simplerpc.readthedocs.io/en/stable/introduction.html#motivation
.. _simpleRPC: https://simpleRPC.readthedocs.io
4 changes: 2 additions & 2 deletions docs/library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,5 +260,5 @@ other Object. A similar Object is returned.
containing *l·n* elements.


.. _example: https://simplerpc.readthedocs.io/en/latest/usage_device.html#example
.. _handlers: https://pyserial.readthedocs.io/en/latest/url_handlers.html
.. _example: https://simplerpc.readthedocs.io/en/stable/usage_device.html#example
.. _handlers: https://pyserial.readthedocs.io/en/stable/url_handlers.html
4 changes: 2 additions & 2 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,5 +135,5 @@ by using the ``-l`` option of the ``call`` subcommand.
.. _LoRa: https://en.wikipedia.org/wiki/LoRa
.. _arduino-cli: https://arduino.github.io/arduino-cli/latest/
.. _demo: https://github.com/jfjlaros/simpleRPC/blob/master/examples/demo/demo.ino
.. _example: https://simplerpc.readthedocs.io/en/latest/usage.html#example
.. _handlers: https://pyserial.readthedocs.io/en/latest/url_handlers.html
.. _example: https://simplerpc.readthedocs.io/en/stable/usage.html#example
.. _handlers: https://pyserial.readthedocs.io/en/stable/url_handlers.html

0 comments on commit 26b3052

Please sign in to comment.