diff --git a/README.rst b/README.rst index 27b8fb1..096bdfc 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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 diff --git a/docs/introduction.rst b/docs/introduction.rst index 17fa38c..a92ac0b 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -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 diff --git a/docs/library.rst b/docs/library.rst index 9471c2c..4d26384 100644 --- a/docs/library.rst +++ b/docs/library.rst @@ -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 diff --git a/docs/usage.rst b/docs/usage.rst index 3322718..c6da624 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -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