File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 40
40
- [ Open Thread - Hardware suggestions] ( ./openthread_rcp_nrf_dongle.md )
41
41
- [ Open Thread - Setting up a Pi as a border router] ( ./openthread_border_router_pi.md )
42
42
43
- ## Troubleshooting Guides
44
-
45
- - [ Avahi - Troubleshooting] ( ./troubleshooting_avahi.md )
46
-
47
43
## Tool Guides
48
44
49
45
- [ chip-tool] ( ./chip_tool_guide.md )
Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ on devices for the purposes of testing.
6
6
When using any of these utilities it is important to inject the errors at the
7
7
point where they are running through the MOST code that they can.
8
8
9
- If the cluster uses the [ ClusterLogic] ( ./unit_testing_clusters.md ) pattern, this
10
- means injecting errors as close as possible to the driver layer, rather than
11
- catching errors in the server.
9
+ If the cluster uses the
10
+ [ ClusterLogic] ( ../cluster_and_device_type_dev/unit_testing_clusters.md ) pattern,
11
+ this means injecting errors as close as possible to the driver layer, rather
12
+ than catching errors in the server.
12
13
13
14
## TestEventTriggers
14
15
You can’t perform that action at this time.
0 commit comments