File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ Arduino simpleRPC API client library and CLI
5
5
:target: https://github.com/jfjlaros/arduino-simple-rpc/graphs/commit-activity
6
6
.. image :: https://github.com/jfjlaros/arduino-simple-rpc/actions/workflows/python-package.yml/badge.svg
7
7
: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
10
10
.. image :: https://img.shields.io/github/release-date/jfjlaros/arduino-simple-rpc.svg
11
11
:target: https://github.com/jfjlaros/arduino-simple-rpc/releases
12
12
.. image :: https://img.shields.io/github/release/jfjlaros/arduino-simple-rpc.svg
@@ -91,5 +91,5 @@ the Usage_ and Library_ sections.
91
91
.. _Arduino : https://www.arduino.cc
92
92
.. _simpleRPC : https://simpleRPC.readthedocs.io
93
93
.. _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
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ simpleRPC protocol.
12
12
13
13
14
14
.. _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
16
16
.. _simpleRPC : https://simpleRPC.readthedocs.io
Original file line number Diff line number Diff line change @@ -260,5 +260,5 @@ other Object. A similar Object is returned.
260
260
containing *l·n * elements.
261
261
262
262
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
Original file line number Diff line number Diff line change @@ -135,5 +135,5 @@ by using the ``-l`` option of the ``call`` subcommand.
135
135
.. _LoRa : https://en.wikipedia.org/wiki/LoRa
136
136
.. _arduino-cli : https://arduino.github.io/arduino-cli/latest/
137
137
.. _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
You can’t perform that action at this time.
0 commit comments