Skip to content

Commit aedd23f

Browse files
kartbenjhedberg
authored andcommitted
doc: modbus: connectivity: move Modbus docs to Connectivity
The Modbus subsystem belongs to the Connectivity category rather than OS Services. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent dfd027d commit aedd23f

File tree

5 files changed

+3
-2
lines changed

5 files changed

+3
-2
lines changed

MAINTAINERS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3259,7 +3259,7 @@ Modbus:
32593259
- include/zephyr/modbus/
32603260
- tests/subsys/modbus/
32613261
- subsys/modbus/
3262-
- doc/services/modbus/
3262+
- doc/connectivity/modbus/
32633263
labels:
32643264
- "area: modbus"
32653265
tests:

doc/_scripts/redirects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@
309309
('samples/subsys/video/capture/README', 'samples/drivers/video/capture/README'),
310310
('samples/subsys/video/tcpserversink/README', 'samples/drivers/video/tcpserversink/README'),
311311
('samples/subsys/video/video', 'samples/drivers/video/video'),
312+
('services/modbus/index', 'connectivity/modbus/index'),
312313
('services/portability/posix', 'services/portability/posix/index'),
313314
('services/secure_storage', 'services/storage/secure_storage/index'),
314315
('services/settings/index', 'services/storage/settings/index'),

doc/connectivity/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Connectivity
1111
networking/index.rst
1212
lora_lorawan/index.rst
1313
usb/index.rst
14+
modbus/index.rst
File renamed without changes.

doc/services/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ OS Services
2222
resource_management/index.rst
2323
mem_mgmt/index.rst
2424
net_buf/index.rst
25-
modbus/index.rst
2625
modem/index.rst
2726
notify.rst
2827
pm/index.rst

0 commit comments

Comments
 (0)