From 6aa5f935f384bda43fbd82a27e6757ef5714fb56 Mon Sep 17 00:00:00 2001 From: fspreck <f.spreckelsen@indiscale.com> Date: Wed, 31 Jan 2024 13:23:10 +0100 Subject: [PATCH] FIX: Use simple https links in related projects --- src/doc/related_projects/index.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/doc/related_projects/index.rst b/src/doc/related_projects/index.rst index 3329b394..1dc8f41d 100644 --- a/src/doc/related_projects/index.rst +++ b/src/doc/related_projects/index.rst @@ -1,5 +1,5 @@ Related Projects -+++++++++++++++ +++++++++++++++++ .. toctree:: :maxdepth: 2 @@ -10,16 +10,16 @@ Related Projects For in-depth documentation for users, administrators and developers, you may want to visit the subproject-specific documentation pages for: - :`Server <caosdb-server>`_: The Java part of the LinkAhead server. + :`Server <https://docs.indiscale.com/caosdb-server>`_: The Java part of the LinkAhead server. - :`MySQL backend <caosdb-mysqlbackend>`_: The MySQl/MariaDB components of the LinkAhead server. + :`MySQL backend <https://docs.indiscale.com/caosdb-mysqlbackend>`_: The MySQl/MariaDB components of the LinkAhead server. - :`WebUI <caosdb-webui>`_: The default web frontend for the LinkAhead server. + :`WebUI <https://docs.indiscale.com/caosdb-webui>`_: The default web frontend for the LinkAhead server. - :`PyLinkAhead <caosdb-pylib>`_: The LinkAhead Python library. + :`PyLinkAhead <https://docs.indiscale.com/caosdb-pylib>`_: The LinkAhead Python library. - :`Advanced user tools <caosdb-advanced-user-tools>`_: The advanced Python tools for LinkAhead. + :`Advanced user tools <https://docs.indiscale.com/caosdb-advanced-user-tools>`_: The advanced Python tools for LinkAhead. :`LinkAhead <https://docs.indiscale.com/caosdb-deploy>`_: Your all inclusive LinkAhead software package. - :`Back to Overview <https://docs.indiscale.com/>`_: LinkAhead Documentation. \ No newline at end of file + :`Back to Overview <https://docs.indiscale.com/>`_: LinkAhead Documentation. -- GitLab