Skip to content

Commit 17288bc

Browse files
authored
Merge pull request #41 from wangkuiyi/add_index.html
Add index.html
2 parents 231a971 + 5827558 commit 17288bc

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

index.html

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!-- Please don't delete this file!
2+
3+
This file is generated by https://github.com/bramp/goredirects. We
4+
need it because github.com/sql-machine-larning/sqlflow is too long a
5+
Go import name. We want it to be sqlflow.org/sqlflow.
6+
7+
Our solution is to build a Website https://sqlflow.org, whose page
8+
http://sqlflow.org/sqlflow/index.html contains some meta information
9+
readable by the Go toolchain, so that the `go get` command knows that
10+
`import sqlflow.org/sqlflow` actually redirects to `import
11+
github.com/sql-machine-larning/sqlflow `.
12+
13+
We build the website by the following steps.
14+
15+
1. We configure https://sqlflow.org pointing to
16+
http://sql-machine-learning.github.io, which is a GitHub Page website
17+
built from the repo
18+
github.com/sql-machine-learning/sql-machine-learning.github.io.
19+
20+
2. We make sure that /sqlflow in the repo
21+
github.com/sql-machine-learning/sql-machine-learning.github.io is a
22+
git submodule pointing to this repo,
23+
github.com/sql-machine-learning/sqlflow.
24+
25+
3. We put the meta information in this file as follows.
26+
27+
Similarly, please don't remove any index.html in this repo that were
28+
marked generated by https://github.com/bramp/goredirects.
29+
-->
30+
31+
<html>
32+
<head>
33+
<meta http-equiv="refresh" content="0; url=https://github.com/sql-machine-learning/playground" />
34+
<link rel="canonical" href="https://github.com/sql-machine-learning/playground" />
35+
<script>
36+
window.location.replace("https:\/\/github.com\/sql-machine-learning\/playground");
37+
</script>
38+
</head>
39+
<body>
40+
<h1>Redirecting to <a href="https://github.com/sql-machine-learning/playground">https://github.com/sql-machine-learning/playground</a></h1>
41+
</body>
42+
</html>

0 commit comments

Comments
 (0)