Skip to content

Commit 59c06b7

Browse files
Update links to pydmodbus-dev (#1291)
Add HTML lang attribute, Update README.rst Co-authored-by: jan iversen <[email protected]>
1 parent db165a7 commit 59c06b7

File tree

7 files changed

+7
-9
lines changed

7 files changed

+7
-9
lines changed

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The move from a company organization to pymodbus-dev was done to allow a 100% op
66

77
.. image:: https://github.com/pymodbus-dev/pymodbus/actions/workflows/ci.yml/badge.svg?branch=dev
88
:target: https://github.com/pymodbus-dev/pymodbus/actions/workflows/ci.yml
9-
.. image:: https://readthedocs.org/projects/pymodbus/badge/?version=latest
9+
.. image:: https://readthedocs.org/projects/pymodbus/badge/?version=latest
1010
:target: https://pymodbus.readthedocs.io/en/latest/?badge=latest
1111
:alt: Documentation Status
1212
.. image:: https://pepy.tech/badge/pymodbus
@@ -89,8 +89,6 @@ base operating system will allow (*allow* in this case means how many Virtual IP
8989

9090
For more information please browse the project documentation:
9191

92-
https://pymodbus-dev.github.io/pymodbus/
93-
or
9492
https://readthedocs.org/docs/pymodbus/en/latest/index.html
9593

9694
------------------------------------------------------------

pymodbus/server/simulator/web/generator/calls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Modbus simulator.</title>
55
<link rel="icon" type="image/x-icon" href="/favicon.ico">

pymodbus/server/simulator/web/generator/log

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Modbus simulator.</title>
55
<link rel="icon" type="image/x-icon" href="/favicon.ico">

pymodbus/server/simulator/web/generator/registers

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Modbus simulator</title>
55
<link rel="icon" type="image/x-icon" href="/favicon.ico">

pymodbus/server/simulator/web/generator/server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Modbus simulator.</title>
55
<link rel="icon" type="image/x-icon" href="/favicon.ico">

pymodbus/server/simulator/web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Modbus simulator.</title>
55
<link rel="icon" type="image/x-icon" href="/favicon.ico">

pymodbus/server/simulator/web/welcome.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Modbus simulator.</title>
55
<link rel="icon" type="image/x-icon" href="/favicon.ico">

0 commit comments

Comments
 (0)