Skip to content

Commit 7b33353

Browse files
authored
Merge pull request #31 from wangkuiyi/add_redirect_html
Copy another two index.html files from the Web repo to this repo
2 parents e8d12d7 + 3a9272a commit 7b33353

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

hiveserver2/index.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<html>
2+
<head>
3+
<meta name="go-import" content="sqlflow.org/gohive git https://github.com/sql-machine-learning/gohive">
4+
<meta http-equiv="refresh" content="0; url=https://github.com/sql-machine-learning/gohive" />
5+
<link rel="canonical" href="https://github.com/sql-machine-learning/gohive" />
6+
<script>
7+
window.location.replace("https:\/\/github.com\/sql-machine-learning\/gohive");
8+
</script>
9+
</head>
10+
<body>
11+
<h1>Redirecting to <a href="https://github.com/sql-machine-learning/gohive">https://github.com/sql-machine-learning/gohive</a></h1>
12+
</body>
13+
</html>

thrift/index.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<html>
2+
<head>
3+
<meta name="go-import" content="sqlflow.org/gohive git https://github.com/sql-machine-learning/gohive">
4+
<meta http-equiv="refresh" content="0; url=https://github.com/sql-machine-learning/gohive" />
5+
<link rel="canonical" href="https://github.com/sql-machine-learning/gohive" />
6+
<script>
7+
window.location.replace("https:\/\/github.com\/sql-machine-learning\/gohive");
8+
</script>
9+
</head>
10+
<body>
11+
<h1>Redirecting to <a href="https://github.com/sql-machine-learning/gohive">https://github.com/sql-machine-learning/gohive</a></h1>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)