We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77dd712 commit 73340dcCopy full SHA for 73340dc
website/static/index.html
@@ -18,13 +18,13 @@
18
<html lang="en-US">
19
<head>
20
<meta charset="UTF-8">
21
- <meta http-equiv="refresh" content="0; url=/">
+ <meta http-equiv="refresh" content="0; url=/graphql-kotlin">
22
<script type="text/javascript">
23
- window.location.href = '/';
+ window.location.href = '/graphql-kotlin';
24
</script>
25
<title>GraphQL Kotlin</title>
26
</head>
27
<body>
28
-If you are not redirected automatically, follow this <a href="/">link</a>.
+If you are not redirected automatically, follow this <a href="/graphql-kotlin">link</a>.
29
</body>
30
</html>
0 commit comments