summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src
diff options
context:
space:
mode:
authorSteffen Ritter2023-02-17 16:06:08 +0100
committerSteffen Ritter2023-02-17 16:06:08 +0100
commit3cd98d5ba208bb74bf5165a3e68243d2135d3807 (patch)
treeb6582859dd36c295df4fa6d35308b52ddddbeca1 /dozentenmodul/src
parent[client] Fix NPE when connecting to unknown satellite server (diff)
downloadtutor-module-3cd98d5ba208bb74bf5165a3e68243d2135d3807.tar.gz
tutor-module-3cd98d5ba208bb74bf5165a3e68243d2135d3807.tar.xz
tutor-module-3cd98d5ba208bb74bf5165a3e68243d2135d3807.zip
[client] Use branded updateserver url for download link
Diffstat (limited to 'dozentenmodul/src')
-rw-r--r--dozentenmodul/src/main/java/org/openslx/dozmod/util/DesktopEnvironment.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/dozentenmodul/src/main/java/org/openslx/dozmod/util/DesktopEnvironment.java b/dozentenmodul/src/main/java/org/openslx/dozmod/util/DesktopEnvironment.java
index 6be653de..3f8caa74 100644
--- a/dozentenmodul/src/main/java/org/openslx/dozmod/util/DesktopEnvironment.java
+++ b/dozentenmodul/src/main/java/org/openslx/dozmod/util/DesktopEnvironment.java
@@ -24,7 +24,7 @@ public class DesktopEnvironment {
FAQ(Branding.getServiceFAQWebsite()),
VMWARE(Branding.getVirtualizerWebsite()),
//INTRO("http://www.hs-offenburg.de/fileadmin/Einrichtungen/hrz/Projekte/bwLehrpool/3_bwLehrpool_-_Image_einbinden_und_starten.pdf"),
- DOZMOD("https://" + App.getMasterServerAddress() + "/dozmod/"),
+ DOZMOD(Branding.getUpdateServerAddress()),
REGISTER_BWIDM("https://" + App.getMasterServerAddress() + "/webif/");
public final URI uri;