blob: 0091de5067591938d01a1733db8c24dd16ccffa0 [file] [log] [blame]
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<title>Hello, world!</title>
</head>
<body>
<div class="container">
<div class="p-5 mt-5 bg-info text-white">
The documentation has been moved: <u><a class="text-white" href="https://s.apache.org/airflow-docs/">s.apache.org/airflow-docs/</a></u>.<br>
For documentation for stable versions, see: <u><a class="text-white text-" href="https://airflow.apache.org/docs/">airflow.apache.org</a></u>.
</div>
</div>
<script>
// "/en/latest/howto/operator/index.html" => "latest/howto/operator/index.html"
var path_without_lang = document.location.pathname.substr(4)
document.location ='http://apache-airflow-docs.s3-website.eu-central-1.amazonaws.com/docs/apache-airflow/' + path_without_lang
</script>
</body>
</html>