diff --git a/gitlab-build.sh b/gitlab-build.sh
index 7890a3d482e4b533b385fbc795ffd8bc3d206148..c7f39c080cb0fc3912111e89e9211a29320f194e 100755
--- a/gitlab-build.sh
+++ b/gitlab-build.sh
@@ -13,10 +13,10 @@ cat <<HERE > public/index.html
 <!DOCTYPE html>
 <html>
   <head>
-    <meta http-equiv="refresh" content="7; url='https://www.w3docs.com'" />
+    <meta http-equiv="refresh" content="0; url='latest/'" />
   </head>
   <body>
-    <p>Please follow <a href="https://www.w3docs.com">this link</a>.</p>
+    <p>Please follow <a href="latest/">this link</a>.</p>
   </body>
 </html>
 HERE