From 57e3cf17f99e50d4c87fe051541bddd154a05a64 Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Wed, 31 Aug 2022 22:08:13 -0400 Subject: [PATCH] fix latest redirect link --- gitlab-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitlab-build.sh b/gitlab-build.sh index 7890a3d4..c7f39c08 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 -- GitLab