From 9dfa8c01d42fed44be3cc7a007273ed6656433a9 Mon Sep 17 00:00:00 2001
From: Sina Rohde <s.rohde@indiscale.com>
Date: Thu, 21 Dec 2023 08:39:18 +0100
Subject: [PATCH] fixed links

---
 src/doc/index.rst | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/doc/index.rst b/src/doc/index.rst
index 870105ad..2d496931 100644
--- a/src/doc/index.rst
+++ b/src/doc/index.rst
@@ -12,10 +12,11 @@ Welcome to the documentation of LinkAhead's web UI!
    administration/index.rst
    Extending the UI <extension>
    API <api/index>
-   Advanced user tools <caosdb-advanced-user-tools>
-   PyLinkAhead <caosdb-pylib>
-   LinkAhead server <caosdb-server>
-   LinkAhead <caosdb-deploy>
+   Advanced user tools <https://docs.indiscale.com//caosdb-advanced-user-tools/>
+   PyLinkAhead <https://docs.indiscale.com//caosdb-pylib/>
+   LinkAhead server <https://docs.indiscale.com//caosdb-server/>
+   LinkAhead <https://docs.indiscale.com//caosdb-deploy/>
+   My SQL backend <https://docs.indiscale.com//caosdb-mysqlbackend/>
    Back to Overview <https://docs.indiscale.com/>
 
 .. note::
-- 
GitLab