Skip to content

Commit 1373550

Browse files
committed
remove dead endpoints and add /join-discord
/join-discord will have permanant invitation link for our community server
1 parent 158549b commit 1373550

2 files changed

Lines changed: 5 additions & 18 deletions

File tree

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
<meta charset="UTF-8" />
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Redirecting to Registration Link</title>
7+
<title>Redirecting to Discord</title>
88
<script>
9-
window.location.replace("https://docs.google.com/forms/d/e/1FAIpQLSfxx4SCTcKT45f4EwbriaJoXw_RoI59CsinjNKBoonXiksMFw/viewform?usp=sf_link");
9+
window.location.replace("https://discord.gg/UBbSuw7swW");
1010
</script>
1111
</head>
12-
<body></body>
12+
<body>
13+
<h2>If you are not redirected click <a href="https://discord.gg/UBbSuw7swW">here</a></h2>
14+
</body>
1315
</html>

jointheclub/index.html

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)