From 07bb5abb42f26c7681f093e2145eda8e1653fc3f Mon Sep 17 00:00:00 2001 From: Leo Galambos Date: Sat, 5 Jul 2025 23:30:02 +0200 Subject: [PATCH] Update Programming Guide --- Programming-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Programming-Guide.md b/Programming-Guide.md index 23b0890..266930f 100644 --- a/Programming-Guide.md +++ b/Programming-Guide.md @@ -168,4 +168,4 @@ Ctx.INSTANCE.removeListener(temperatureKey, display); Ctx.INSTANCE.put(temperatureKey, 30); // no notification after listener removed ``` --- -[[Home]] | [[API Reference]] | [[Design and Architecture]] | [[FAQ]] \ No newline at end of file +[[Home]] | [[API Reference]] | [[Design and Architecture]] | [[FAQ]] | [[Contributing]] \ No newline at end of file