Skip to content

Commit deae62d

Browse files
Lizzie37000lizzie
andauthored
Contract v1 en (#275)
* feat: #WEB-14301 add index.html * feat: redirect in layout * fix: update redirect URL in layout to point to futures update log --------- Co-authored-by: lizzie <lizzie.z@mexc.com>
1 parent 3a2ea6e commit deae62d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/layouts/layout.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ under the License.
2929
<meta charset="utf-8">
3030
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
3131
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
32-
<meta http-equiv="refresh" content="0; url=https://www.mexc.com/api-docs/spot-v3/introduction">
32+
<meta http-equiv="refresh" content="0; url=https://www.mexc.com/api-docs/futures/update-log">
3333
<script type="text/javascript">
34-
window.location.href = "https://www.mexc.com/api-docs/spot-v3/introduction";
34+
window.location.href = "https://www.mexc.com/api-docs/futures/update-log";
3535
</script>
3636

3737
<% if current_page.data.key?('meta') %>

0 commit comments

Comments
 (0)