Repository: flink Updated Branches: refs/heads/release-0.9 0186a979f -> acb6ea81a
[FLINK-2422] [web client] Added explicit link in case browser is not redirecting properly Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/acb6ea81 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/acb6ea81 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/acb6ea81 Branch: refs/heads/release-0.9 Commit: acb6ea81abb7588549f9a1bd3dae5e555886a7c9 Parents: 0186a97 Author: buzdin <[email protected]> Authored: Tue Jul 28 16:45:25 2015 +0100 Committer: Fabian Hueske <[email protected]> Committed: Tue Aug 4 00:47:30 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/acb6ea81/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>
