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