From 6bd9f6f5318f9b2ffd3ffecfeef8ae349ab72f52 Mon Sep 17 00:00:00 2001 From: HomeSpan Date: Sat, 1 Apr 2023 12:26:36 -0500 Subject: [PATCH] Update Tutorials.md --- docs/Tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Tutorials.md b/docs/Tutorials.md index 6b858f0..9305bc2 100644 --- a/docs/Tutorials.md +++ b/docs/Tutorials.md @@ -111,7 +111,7 @@ Example 20 illustrates a number of advanced techniques through the implementatio The following examples showcase a variety of HomeSpan and HomeKit functionality as referenced in different sections of the HomeSpan documentation. The sketches can be found in the Arduino IDE under *File → Examples → HomeSpan → Other Examples* -### [TableLamp](../Other%20Examples/TableLamp) +### [TableLamp](../examples/Other%20Examples/TableLamp) A basic implementation of a Table Lamp Accessory. Used as the tutorial in [HomeSpan API Overview](Overview.md) ### [RemoteControl](../Other%20Examples/RemoteControl)