Skip to content
Snippets Groups Projects
Commit 7c6ffc91 authored by Michael Simon's avatar Michael Simon
Browse files

Merge branch 'janis.streib-main-patch-40481' into 'main'

Update HeadBarBean.java: correct new gitlab-url

See merge request !87
parents 4e1c440c a9996e1f
No related branches found
No related tags found
Loading
......@@ -99,7 +99,7 @@ public class HeadBarBean {
}
public String getFooterRight() {
String std = "<a href=\"https://git.scc.kit.edu/reg-app\"><span>reg-app by KIT</span></a>";
String std = "<a href=\"https://gitlab.kit.edu/kit/reg-app\"><span>reg-app by KIT</span></a>";
return getApplicationBase() + getOrDefault(request.getServerName() + "_footer_right", std);
}
......
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