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 57145da commit 0d34b14Copy full SHA for 0d34b14
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=/graphql-kotlin/docs">
+ <meta http-equiv="refresh" content="0; url=/graphql-kotlin/docs/">
22
<script type="text/javascript">
23
- window.location.href = '/graphql-kotlin/docs';
+ window.location.href = '/graphql-kotlin/docs/';
24
</script>
25
<title>GraphQL Kotlin</title>
26
</head>
27
<body>
28
-If you are not redirected automatically, follow this <a href="/graphql-kotlin/docs">link</a>.
+If you are not redirected automatically, follow this <a href="/graphql-kotlin/docs/">link</a>.
29
</body>
30
</html>
0 commit comments