Skip to content

Commit 26b3052

Browse files
committed
Updated links to stable documentation.
1 parent b7900dd commit 26b3052

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Arduino simpleRPC API client library and CLI
55
:target: https://github.com/jfjlaros/arduino-simple-rpc/graphs/commit-activity
66
.. image:: https://github.com/jfjlaros/arduino-simple-rpc/actions/workflows/python-package.yml/badge.svg
77
:target: https://github.com/jfjlaros/arduino-simple-rpc/actions/workflows/python-package.yml
8-
.. image:: https://readthedocs.org/projects/arduino-simple-rpc/badge/?version=latest
9-
:target: https://arduino-simple-rpc.readthedocs.io/en/latest
8+
.. image:: https://readthedocs.org/projects/arduino-simple-rpc/badge/?version=stable
9+
:target: https://arduino-simple-rpc.readthedocs.io
1010
.. image:: https://img.shields.io/github/release-date/jfjlaros/arduino-simple-rpc.svg
1111
:target: https://github.com/jfjlaros/arduino-simple-rpc/releases
1212
.. image:: https://img.shields.io/github/release/jfjlaros/arduino-simple-rpc.svg
@@ -91,5 +91,5 @@ the Usage_ and Library_ sections.
9191
.. _Arduino: https://www.arduino.cc
9292
.. _simpleRPC: https://simpleRPC.readthedocs.io
9393
.. _ReadTheDocs: https://arduino-simple-rpc.readthedocs.io
94-
.. _Usage: https://arduino-simple-rpc.readthedocs.io/en/latest/usage.html
95-
.. _Library: https://arduino-simple-rpc.readthedocs.io/en/latest/library.html
94+
.. _Usage: https://arduino-simple-rpc.readthedocs.io/en/stable/usage.html
95+
.. _Library: https://arduino-simple-rpc.readthedocs.io/en/stable/library.html

docs/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ simpleRPC protocol.
1212

1313

1414
.. _Arduino: https://www.arduino.cc
15-
.. _motivation: https://simplerpc.readthedocs.io/en/latest/introduction.html#motivation
15+
.. _motivation: https://simplerpc.readthedocs.io/en/stable/introduction.html#motivation
1616
.. _simpleRPC: https://simpleRPC.readthedocs.io

docs/library.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,5 +260,5 @@ other Object. A similar Object is returned.
260260
containing *l·n* elements.
261261

262262

263-
.. _example: https://simplerpc.readthedocs.io/en/latest/usage_device.html#example
264-
.. _handlers: https://pyserial.readthedocs.io/en/latest/url_handlers.html
263+
.. _example: https://simplerpc.readthedocs.io/en/stable/usage_device.html#example
264+
.. _handlers: https://pyserial.readthedocs.io/en/stable/url_handlers.html

docs/usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,5 +135,5 @@ by using the ``-l`` option of the ``call`` subcommand.
135135
.. _LoRa: https://en.wikipedia.org/wiki/LoRa
136136
.. _arduino-cli: https://arduino.github.io/arduino-cli/latest/
137137
.. _demo: https://github.com/jfjlaros/simpleRPC/blob/master/examples/demo/demo.ino
138-
.. _example: https://simplerpc.readthedocs.io/en/latest/usage.html#example
139-
.. _handlers: https://pyserial.readthedocs.io/en/latest/url_handlers.html
138+
.. _example: https://simplerpc.readthedocs.io/en/stable/usage.html#example
139+
.. _handlers: https://pyserial.readthedocs.io/en/stable/url_handlers.html

0 commit comments

Comments
 (0)