From 0b7f4eafbce1e91411f8538f30b641e1ceb5e200 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Thu, 21 Dec 2023 15:42:51 +0100 Subject: [PATCH] STY: Replaced `//` by `/` in URLs. --- doc/index.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/index.rst b/doc/index.rst index 965af98..da8f404 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -11,12 +11,12 @@ Welcome to documentation of CaosDB's MySQL Backend! Concepts <concepts> Maintenance API documentation <functions> - Advanced user tools <https://docs.indiscale.com//caosdb-advanced-user-tools/> - Web UI <https://docs.indiscale.com//caosdb-webui/> - 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/> + Advanced user tools <https://docs.indiscale.com/caosdb-advanced-user-tools/> + Web UI <https://docs.indiscale.com/caosdb-webui/> + 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/> This documentation helps you to :doc:`get started<README_SETUP>`, explains the most important -- GitLab