@@ -7,10 +7,10 @@ PyModbus - A Python Modbus Stack
77.. image :: https://badges.gitter.im/Join%20Chat.svg
88 :target: https://gitter.im/pymodbus_dev/Lobby
99.. image :: https://readthedocs.org/projects/pymodbus/badge/?version=latest
10- :target: http ://pymodbus.readthedocs.io/en/latest/?badge=latest
10+ :target: https ://pymodbus.readthedocs.io/en/latest/?badge=latest
1111 :alt: Documentation Status
12- .. image :: http ://pepy.tech/badge/pymodbus
13- :target: http ://pepy.tech/project/pymodbus
12+ .. image :: https ://pepy.tech/badge/pymodbus
13+ :target: https ://pepy.tech/project/pymodbus
1414 :alt: Downloads
1515
1616------------------------------------------------------------
@@ -87,9 +87,9 @@ base operating system will allow (*allow* in this case means how many Virtual IP
8787
8888For more information please browse the project documentation:
8989
90- http ://riptideio.github.io/pymodbus/
90+ https ://riptideio.github.io/pymodbus/
9191or
92- http ://readthedocs.org/docs/pymodbus/en/latest/index.html
92+ https ://readthedocs.org/docs/pymodbus/en/latest/index.html
9393
9494------------------------------------------------------------
9595Example Code
@@ -261,6 +261,7 @@ Here are some of the common commands to perform a range of activities
261261------------------------------------------------------------
262262Generate documentation
263263------------------------------------------------------------
264+
264265::
265266 cd doc
266267 make clean
0 commit comments