Skip to content
Snippets Groups Projects
Commit 779f2da2 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

update help url, fixes #1055

Closes #1055

Merge request studip/studip!624
parent 05f1863e
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment