From a8c22b19def4c71521402372e0a488c0fc3ae4c2 Mon Sep 17 00:00:00 2001
From: fspreck <f.spreckelsen@indiscale.com>
Date: Thu, 4 Jan 2024 14:52:12 +0100
Subject: [PATCH] FIX: Correct link syntax

---
 src/doc/administration/server_side_scripting.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/doc/administration/server_side_scripting.rst b/src/doc/administration/server_side_scripting.rst
index 95a0bac0..23beb74e 100644
--- a/src/doc/administration/server_side_scripting.rst
+++ b/src/doc/administration/server_side_scripting.rst
@@ -85,7 +85,7 @@ For more information see the :doc:`specification of the API <../specification/Se
 
 Calling from the webui
 ---------------------
-Refer to  `webui documentation <https://docs.indiscale.com//caosdb-webui/extension/forms.html#calling-a-server-side-script>`__ to learn how to setup the webui side of this interaction.
+Refer to  `webui documentation <https://docs.indiscale.com//caosdb-webui/extension/forms.html#calling-a-server-side-script>`_ to learn how to setup the webui side of this interaction.
 
 The following example assumes that the form in the webui has only one filed
 which is a file upload with the name ``csvfile``.
-- 
GitLab