Skip to content

Commit 6b8e534

Browse files
Lizzie37000lizzie
andauthored
Add redirect to MEXC broker introduction in layout.erb (#279)
* Add redirect to MEXC broker introduction in layout.erb * feat: new commit --------- Co-authored-by: lizzie <lizzie.z@mexc.com>
1 parent 5a4a42f commit 6b8e534

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/layouts/layout.erb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ 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/zh-MY/api-docs/broker/mexc-broker-introduction">
33+
<script type="text/javascript">
34+
window.location.href = "https://www.mexc.com/zh-MY/api-docs/broker/mexc-broker-introduction";
35+
</script>
3236
<% if current_page.data.key?('meta') %>
3337
<% current_page.data.meta.each do |meta| %>
3438
<meta

0 commit comments

Comments
 (0)