Skip to content

Commit 46567b6

Browse files
authored
Another gsoc.html redirect fix 🤞🏻
1 parent 1700577 commit 46567b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static/gsoc.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Redirecting to GSoC</title>
6-
<meta http-equiv="refresh" content="0; URL=/gsoc">
6+
<meta http-equiv="refresh" content="0; URL=/gsoc/">
7+
<script>window.location.replace("/gsoc/");</script>
78
<link rel="canonical" href="/gsoc/">
89
</head>
910
<body>

0 commit comments

Comments
 (0)