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 2015/08/04 00:44:45 UTC

flink git commit: [FLINK-2422] [web client] Added explicit link in case browser is not redirecting properly

Repository: flink
Updated Branches:
  refs/heads/master 2859f59f8 -> bb5e61d24


[FLINK-2422] [web client] Added explicit link in case browser is not redirecting properly

This closes #946


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/bb5e61d2
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/bb5e61d2
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/bb5e61d2

Branch: refs/heads/master
Commit: bb5e61d242ad272a16b487a0cf461774b73e648b
Parents: 2859f59
Author: buzdin <bu...@gmail.com>
Authored: Tue Jul 28 16:45:25 2015 +0100
Committer: Fabian Hueske <fh...@apache.org>
Committed: Tue Aug 4 00:44:03 2015 +0200

----------------------------------------------------------------------
 flink-clients/src/main/resources/web-docs/index.html | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/bb5e61d2/flink-clients/src/main/resources/web-docs/index.html
----------------------------------------------------------------------
diff --git a/flink-clients/src/main/resources/web-docs/index.html b/flink-clients/src/main/resources/web-docs/index.html
index bfba666..e4275d8 100644
--- a/flink-clients/src/main/resources/web-docs/index.html
+++ b/flink-clients/src/main/resources/web-docs/index.html
@@ -22,5 +22,7 @@ under the License.
 <meta HTTP-EQUIV="REFRESH" content="0; url=launch.html">
 </head>
 <body>
+<p>You are being redirected...</p>
+<p>Click <a href="launch.html">here</a> if nothing happens.</p>
 </body>
 </html>