Skip to content

Commit 7506534

Browse files
committed
couple more refs
1 parent 03d2a2f commit 7506534

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

docs/guides/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040
- [Open Thread - Hardware suggestions](./openthread_rcp_nrf_dongle.md)
4141
- [Open Thread - Setting up a Pi as a border router](./openthread_border_router_pi.md)
4242

43-
## Troubleshooting Guides
44-
45-
- [Avahi - Troubleshooting](./troubleshooting_avahi.md)
46-
4743
## Tool Guides
4844

4945
- [chip-tool](./chip_tool_guide.md)

docs/testing/integration_test_utilities.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ on devices for the purposes of testing.
66
When using any of these utilities it is important to inject the errors at the
77
point where they are running through the MOST code that they can.
88

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.
1213

1314
## TestEventTriggers
1415

0 commit comments

Comments
 (0)