From 779f2da25a832caaf64928b309368568c04e1f61 Mon Sep 17 00:00:00 2001
From: Elmar Ludwig <elmar.ludwig@uni-osnabrueck.de>
Date: Fri, 13 May 2022 11:09:06 +0000
Subject: [PATCH] update help url, fixes #1055

Closes #1055

Merge request studip/studip!624
---
 lib/functions.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/functions.php b/lib/functions.php
index ae7307e2c7e..a74c8eca46d 100644
--- a/lib/functions.php
+++ b/lib/functions.php
@@ -1015,7 +1015,7 @@ function format_help_url($keyword)
     preg_match('/^\d+/', $GLOBALS['SOFTWARE_VERSION'], $v);
     $version = $v[0];
 
-    $help_query = sprintf('https://hilfe.studip.de/help/%s.0/%s/%s',
+    $help_query = sprintf('https://hilfe.studip.de/help/%s/%s/%s',
                           $version, $lang, $keyword);
     return $help_query;
 }
-- 
GitLab