Skip to content

Commit a30fdc4

Browse files
authored
docs: update links (#965)
docs: update links
1 parent 24ed776 commit a30fdc4

File tree

18 files changed

+22
-22
lines changed

18 files changed

+22
-22
lines changed

README.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

8888
For more information please browse the project documentation:
8989

90-
http://riptideio.github.io/pymodbus/
90+
https://riptideio.github.io/pymodbus/
9191
or
92-
http://readthedocs.org/docs/pymodbus/en/latest/index.html
92+
https://readthedocs.org/docs/pymodbus/en/latest/index.html
9393

9494
------------------------------------------------------------
9595
Example Code
@@ -261,6 +261,7 @@ Here are some of the common commands to perform a range of activities
261261
------------------------------------------------------------
262262
Generate documentation
263263
------------------------------------------------------------
264+
264265
::
265266
cd doc
266267
make clean

doc/INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ remark Twisted and Tornado are in maintenance mode, and might either be dropped
1010
On Windows pywin32 is recommended (this is built in to ActivePython,
1111
so no need to reinstall if you use it instead of standard Python):
1212

13-
http://sourceforge.net/project/showfiles.php?group_id=78018
13+
https://github.com/mhammond/pywin32
1414

1515
The Windows IOCP reactor requires pywin32 build 205 or later.
1616

doc/source/example/modules.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
===================
22
Examples
33
===================
4-
===
54

65
.. toctree::
76
:maxdepth: 4

doc/source/library/REPL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Dependencies
44

5-
Depends on [prompt_toolkit](https://python-prompt-toolkit.readthedocs.io/en/stable/index.html) and [click](http://click.pocoo.org/6/quickstart/)
5+
Depends on [prompt_toolkit](https://python-prompt-toolkit.readthedocs.io/en/stable/index.html) and [click](https://click.palletsprojects.com/)
66

77
Install dependencies
88
```

examples/common/asyncio_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ async def run_server():
114114
info_name={
115115
"VendorName": "Pymodbus",
116116
"ProductCode": "PM",
117-
"VendorUrl": "http://github.com/riptideio/pymodbus/",
117+
"VendorUrl": "https://github.com/riptideio/pymodbus/",
118118
"ProductName": "Pymodbus Server",
119119
"ModelName": "Pymodbus Server",
120120
"MajorMinorRevision": version.short(),

examples/common/callback_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def run_callback_server():
133133
info_name={
134134
"VendorName": "pymodbus",
135135
"ProductCode": "PM",
136-
"VendorUrl": "http://github.com/riptideio/pymodbus/",
136+
"VendorUrl": "https://github.com/riptideio/pymodbus/",
137137
"ProductName": "pymodbus Server",
138138
"ModelName": "pymodbus Server",
139139
"MajorMinorRevision": version.short(),

examples/common/custom_datablock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def run_custom_db_server():
7171
info_name={
7272
"VendorName": "pymodbus",
7373
"ProductCode": "PM",
74-
"VendorUrl": "http://github.com/riptideio/pymodbus/",
74+
"VendorUrl": "https://github.com/riptideio/pymodbus/",
7575
"ProductName": "pymodbus Server",
7676
"ModelName": "pymodbus Server",
7777
"MajorMinorRevision": version.short(),

examples/common/custom_synchronous_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def run_server():
109109
info_name={
110110
"VendorName": "Pymodbus",
111111
"ProductCode": "PM",
112-
"VendorUrl": "http://github.com/riptideio/pymodbus/",
112+
"VendorUrl": "https://github.com/riptideio/pymodbus/",
113113
"ProductName": "Pymodbus Server",
114114
"ModelName": "Pymodbus Server",
115115
"MajorMinorRevision": version.short(),

examples/common/dbstore_update_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def run_dbstore_update_server():
8989
info_name={
9090
"VendorName": "pymodbus",
9191
"ProductCode": "PM",
92-
"VendorUrl": "http://github.com/riptideio/pymodbus/",
92+
"VendorUrl": "https://github.com/riptideio/pymodbus/",
9393
"ProductName": "pymodbus Server",
9494
"ModelName": "pymodbus Server",
9595
"MajorMinorRevision": version.short(),

examples/common/payload_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ async def run_payload_server():
7171
info_name={
7272
"VendorName": "Pymodbus",
7373
"ProductCode": "PM",
74-
"VendorUrl": "http://github.com/riptideio/pymodbus/",
74+
"VendorUrl": "https://github.com/riptideio/pymodbus/",
7575
"ProductName": "Pymodbus Server",
7676
"ModelName": "Pymodbus Server",
7777
"MajorMinorRevision": version.short(),

0 commit comments

Comments
 (0)