Skip to content

Commit bb2a387

Browse files
committed
https
1 parent 2849b80 commit bb2a387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gui/bottle/frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def RunDebugModbusFrontend(server, port=8080):
284284
identity = ModbusDeviceIdentification()
285285
identity.VendorName = 'Pymodbus' # noqa E221
286286
identity.ProductCode = 'PM'
287-
identity.VendorUrl = 'http://github.com/riptideio/pymodbus/' # noqa E221
287+
identity.VendorUrl = 'https://github.com/riptideio/pymodbus/' # noqa E221
288288
identity.ProductName = 'Pymodbus Server'
289289
identity.ModelName = 'Pymodbus Server' # noqa E221
290290
identity.MajorMinorRevision = version.short()

0 commit comments

Comments
 (0)