diff options
author | Steffen Ritter | 2023-02-17 16:06:08 +0100 |
---|---|---|
committer | Steffen Ritter | 2023-02-17 16:06:08 +0100 |
commit | 3cd98d5ba208bb74bf5165a3e68243d2135d3807 (patch) | |
tree | b6582859dd36c295df4fa6d35308b52ddddbeca1 /dozentenmodul | |
parent | [client] Fix NPE when connecting to unknown satellite server (diff) | |
download | tutor-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')
-rw-r--r-- | dozentenmodul/src/main/java/org/openslx/dozmod/util/DesktopEnvironment.java | 2 |
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; |