From a998243b3b929cfeef7d54804adc5ef2cf8fd63a Mon Sep 17 00:00:00 2001 From: laurentheirendt <laurent.heirendt@uni.lu> Date: Tue, 9 Jul 2019 17:08:34 +0200 Subject: [PATCH] change url in autoredirect --- .ci/.autoRedirect | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/.autoRedirect b/.ci/.autoRedirect index 7c6db074..014b4074 100644 --- a/.ci/.autoRedirect +++ b/.ci/.autoRedirect @@ -13,10 +13,10 @@ } }); } - UrlExists('https://r3-core.pages.uni.lu/labCards/index.html', function(status){ + UrlExists('https://r3-core.pages.uni.lu/labCards-internal/index.html', function(status){ if(status === 200){ // internal pages - window.location.href = 'https://r3-core.pages.uni.lu/labCards/stable'; + window.location.href = 'https://r3-core.pages.uni.lu/labCards-internal/stable'; } else { // external pages window.location.href = 'https://r3.pages.uni.lu/labCards/stable'; -- GitLab