You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by fh...@apache.org on 2018/09/18 20:59:09 UTC

[flink-web] branch asf-site updated: [hotfix] Add redirect for removed introduction.html.

This is an automated email from the ASF dual-hosted git repository.

fhueske pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new eb0b21b  [hotfix] Add redirect for removed introduction.html.
eb0b21b is described below

commit eb0b21bc0d5372f27253938cc6902d4d82a2fa4d
Author: Fabian Hueske <fh...@apache.org>
AuthorDate: Tue Sep 18 22:58:35 2018 +0200

    [hotfix] Add redirect for removed introduction.html.
---
 content/introduction.html | 16 ++++++++++++++++
 introduction.html         | 16 ++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/content/introduction.html b/content/introduction.html
new file mode 100644
index 0000000..0329917
--- /dev/null
+++ b/content/introduction.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta http-equiv="refresh" content="0; url=https://flink.apache.org" />
+    
+    <title>Apache Flink: Apache Flink 1.5.0 Release Announcement</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+  </head>
+  <body>  
+    <p><a href="https://flink.apache.org">Redirect</a></p>
+  </body>
+</html>
diff --git a/introduction.html b/introduction.html
new file mode 100644
index 0000000..0329917
--- /dev/null
+++ b/introduction.html
@@ -0,0 +1,16 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1">
+    <meta http-equiv="refresh" content="0; url=https://flink.apache.org" />
+    
+    <title>Apache Flink: Apache Flink 1.5.0 Release Announcement</title>
+    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
+    <link rel="icon" href="/favicon.ico" type="image/x-icon">
+  </head>
+  <body>  
+    <p><a href="https://flink.apache.org">Redirect</a></p>
+  </body>
+</html>