Skip to content

Commit 0d34b14

Browse files
smyrickShane Myrick
andauthored
Add trailing slash (#1058)
Co-authored-by: Shane Myrick <[email protected]>
1 parent 57145da commit 0d34b14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/static/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
<html lang="en-US">
1919
<head>
2020
<meta charset="UTF-8">
21-
<meta http-equiv="refresh" content="0; url=/graphql-kotlin/docs">
21+
<meta http-equiv="refresh" content="0; url=/graphql-kotlin/docs/">
2222
<script type="text/javascript">
23-
window.location.href = '/graphql-kotlin/docs';
23+
window.location.href = '/graphql-kotlin/docs/';
2424
</script>
2525
<title>GraphQL Kotlin</title>
2626
</head>
2727
<body>
28-
If you are not redirected automatically, follow this <a href="/graphql-kotlin/docs">link</a>.
28+
If you are not redirected automatically, follow this <a href="/graphql-kotlin/docs/">link</a>.
2929
</body>
3030
</html>

0 commit comments

Comments
 (0)