From fa1db4a1d67a2f13d662613fd0f663abe3a7343e Mon Sep 17 00:00:00 2001 From: ShaunCurrier Date: Sun, 26 Feb 2017 07:26:09 -0600 Subject: [PATCH] [Sitemap] Fix demo.sitemap link (#348) (#349) Before fix, link was 404. Signed-off-by: Shaun Currier (github: ShaunCurrier) --- configuration/sitemaps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/sitemaps.md b/configuration/sitemaps.md index 4deeb53ae..b4116277b 100644 --- a/configuration/sitemaps.md +++ b/configuration/sitemaps.md @@ -16,7 +16,7 @@ The definition of sitemaps happens declaratively in a file with a clear syntax, A sitemap definition file is stored in the folder `/sitemaps` and has to have the `.sitemap` filename extension. For easy editing, the [openHAB Designer]({{base}}/installation/designer.html) brings full IDE support for these files. -The openHAB runtime comes with a demo configuration package containing a [`demo.sitemap`](https://github.com/openhab/openhab-distro/blob/master/features/openhab-demo-resources/src/main/resources/sitemaps/demo.sitemap), which should let you easily understand possible elements and structures. +The openHAB runtime comes with a demo configuration package containing a [`demo.sitemap`](https://github.com/openhab/openhab-distro/blob/master/features/distro-resources/src/main/resources/sitemaps/demo.sitemap), which should let you easily understand possible elements and structures. It is recommended to use the `demo.sitemap` or another example sitemap as a starting point towards building a customized sitemap that fits your personal home setup. The following example illustrates what a typical sitemap definition might look like: