From 604729f6faa07028a96ffa8f0006aee7256c25cd Mon Sep 17 00:00:00 2001 From: rschoene <rene.schoene@tu-dresden.de> Date: Mon, 1 Feb 2021 16:10:59 +0100 Subject: [PATCH] fix link to api documentation --- pages/Inner-workings.md | 2 ++ pages/contributing.md | 2 +- pages/index.rst | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/Inner-workings.md b/pages/Inner-workings.md index 31d40873..ddd02b2f 100644 --- a/pages/Inner-workings.md +++ b/pages/Inner-workings.md @@ -1,5 +1,7 @@ # Inner workings +Please also refer to the [API documentation](_static/ragdoc/index.html) + ## openHAB synchronization via MQTT MQTTRoot contains `incomingPrefix`, `outgoingPrefix` and `host` tokens. diff --git a/pages/contributing.md b/pages/contributing.md index bddb5e91..48dad825 100644 --- a/pages/contributing.md +++ b/pages/contributing.md @@ -1,6 +1,6 @@ # Contributing -Please also refer to the [API documentation](ragdoc/index.html) +Please also refer to the [API documentation](_static/ragdoc/index.html) Steps to create the initial multi-project setup from a single-project setup diff --git a/pages/index.rst b/pages/index.rst index 2ed624d2..9865d2d7 100644 --- a/pages/index.rst +++ b/pages/index.rst @@ -33,7 +33,7 @@ For contributing, please see `contribution guideline <contributing>`_. mqtt.md openhab-binding.md contributing.md - `API documentation <ragdoc/index.html>`_ + `API documentation <_static/ragdoc/index.html>`_ Indices and tables -- GitLab