Skip to content

Commit bc85c16

Browse files
authored
Switch redirect to top level, not just API
Previously only had the API does here, now have the Tutorial & Cookbook too.
1 parent dc91097 commit bc85c16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<meta charset="UTF-8">
55
<meta http-equiv="refresh" content="0; url=latest/api/">
66
<script type="text/javascript">
7-
window.location.href = "latest/api/"
7+
window.location.href = "latest/"
88
</script>
99
<title>Page Redirection</title>
1010
</head>
1111
<body>
1212
If you are not redirected automatically, please follow this
13-
<a href="latest/api/">redirected link</a>.
13+
<a href="latest/">redirected link</a>.
1414
</body>
1515
</html>

0 commit comments

Comments
 (0)