diff --git a/wiki/pages/tryhomepage.html b/wiki/pages/tryhomepage.html
index 399963beec2f04e96f5b8e43e9c61d7522efbe07..1abff6d7a59a471b8100878c7be8cefaa72910b5 100644
--- a/wiki/pages/tryhomepage.html
+++ b/wiki/pages/tryhomepage.html
@@ -113,7 +113,7 @@
         setTimeout(()=>{
           intro.style.top = '-100vh';
           setTimeout(()=>{
-            window.location.href = '/main';
+            window.location.href = '/tsinghua/home';
           }, 1000);
         }, 2300)
       })