From e3c30c1e8ac33ac7fb02c6b03a960cc9b70ded90 Mon Sep 17 00:00:00 2001 From: Cecille Freeman Date: Sun, 14 Jan 2024 19:28:28 -0500 Subject: [PATCH] remove link to testing - it's not there yet --- .../cluster_and_device_type_dev.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cluster_and_device_type_dev/cluster_and_device_type_dev.md b/docs/cluster_and_device_type_dev/cluster_and_device_type_dev.md index 55d6af231aa905..fee25c05cd2ea2 100644 --- a/docs/cluster_and_device_type_dev/cluster_and_device_type_dev.md +++ b/docs/cluster_and_device_type_dev/cluster_and_device_type_dev.md @@ -8,8 +8,8 @@ The goal of new cluster and device type development is to 3. write the unit tests, test plans and automations that prove the code correctness and allow these new features to be certified -Unit tests, test plans and certification tests are covered in -[Testing](testing.md). This document will concentrate on implementing clusters +Unit tests, test plans and certification tests are covered in the testing section. +This document will concentrate on implementing clusters and device types in the SDK. - Cluster Definition