diff --git a/ui/index.md b/ui/index.md index ed003beee4..acc956d856 100644 --- a/ui/index.md +++ b/ui/index.md @@ -14,14 +14,14 @@ To do that, openHAB puts different options at your disposal; they are commonly r Several types of pages are available: -- [Home Page](#the-home-page) -- [Sitemaps](#sitemaps) -- [Layout Pages](#layout-pages) +- [Home Page](index.html#the-home-page) +- [Sitemaps](index.html##sitemaps) +- [Layout Pages](index.html##layout-pages) - [Responsive Layouts](./layout-pages-responsive.md) - [Fixed Grid Layouts](./layout-pages-fixed.md) -- [Maps & Floorplans](#maps-floorplans) -- [Charts](#charts) - - [Tabbed Pages](#tabbed-pages) +- [Maps & Floorplans](index.html##maps-floorplans) +- [Charts](index.html##charts) + - [Tabbed Pages](index.html##tabbed-pages) ### The Home Page diff --git a/ui/layout-pages-fixed.md b/ui/layout-pages-fixed.md index 9deedc49d0..59c7f3b29a 100644 --- a/ui/layout-pages-fixed.md +++ b/ui/layout-pages-fixed.md @@ -192,7 +192,7 @@ It is recommended to use a dedicated SVG editor like [Inkscape](https://inkscape Let's create a very simple SVG with Inkscape which we will embed in a Fixed Canvas Layout. - Create a new SVG and draw three rectangles like the following and save the file as `background.svg` - * As always, to be able to reference and use it in openHAB, you need to put it in the `conf/html` folder of your openHAB installation. + - Copy the file into the `conf/html` folder of your openHAB installation. ![interactive-elements-svg.png](images/interactive-elements-svg.png)