Browse Source

fix links

Jan Behrens 4 years ago
parent
commit
2e4407d66e
2 changed files with 3 additions and 3 deletions
  1. 2 2
      STS_main.php
  2. 1 1
      wgts/wgts_main.php

+ 2 - 2
STS_main.php

@@ -58,7 +58,7 @@
 	
 	// ########## DPS ##########
 	placeTextWithWebsiteLink($posYCompName, 1330, "DPS", 70, 30, $color, "DPS Status Overview", 
-"bora-dps.kaas.kit.edu");
+"https://bora-dps.kaas.kit.edu");
 	$thresDPS = 0.4; // magnet B in T
 	$tol = 180; // hall sensor B in mT 55
 	//$cali = array( 800, -800, 800, -800, 800, -800, 808, -769, 736, -778 );
@@ -83,7 +83,7 @@
 	
 	// ########## CPS ##########
 	//placeTextWithWebsiteLink($posYCompName, 1650, "CPS", 70, 30, $color, "CPS Status Overview", "http://ipepc57.ipe.kit.edu:8888/status");
-	placeTextWithWebsiteLink($posYCompName, 1650, "CPS", 70, 30, $color, "CPS Status Overview", "bora-cps.kaas.kit.edu");
+	placeTextWithWebsiteLink($posYCompName, 1650, "CPS", 70, 30, $color, "CPS Status Overview", "https://bora-cps.kaas.kit.edu");
 	$thresCPS = 0.1; // threshold magnetic field in T
 	for ($index = 1; $index <= 7; $index++)
 	{

+ 1 - 1
wgts/wgts_main.php

@@ -38,7 +38,7 @@
 	$color = "#000000";	// reset color to black
 
 	// link to alternative WGTS status overview
-	placeTextWithWebsiteLink(580, 5, "WGTS tech", 200, 6, $color, "Technical WGTS Status Overview", "http://bora-wgts.kaas.kit.edu/");
+	placeTextWithWebsiteLink(580, 5, "WGTS tech", 200, 6, $color, "Technical WGTS Status Overview", "https://bora-wgts.kaas.kit.edu/");
 	// link to WGTS magnet status overview
 	placeTextWithWebsiteLink(620, 30, "Magnets", 70, 6, $color, "WGTS Magnet Status Overview", "https://bora-mcs.kaas.kit.edu/");