We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc91097 commit bc85c16Copy full SHA for bc85c16
index.html
@@ -4,12 +4,12 @@
4
<meta charset="UTF-8">
5
<meta http-equiv="refresh" content="0; url=latest/api/">
6
<script type="text/javascript">
7
- window.location.href = "latest/api/"
+ window.location.href = "latest/"
8
</script>
9
<title>Page Redirection</title>
10
</head>
11
<body>
12
If you are not redirected automatically, please follow this
13
- <a href="latest/api/">redirected link</a>.
+ <a href="latest/">redirected link</a>.
14
</body>
15
</html>
0 commit comments