You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2017/08/03 08:26:26 UTC

[1/2] flink-web git commit: [FLINK-7094] Update outdated doc release 1.2 to latest stable release 1.3

Repository: flink-web
Updated Branches:
  refs/heads/asf-site 13fc61c2e -> c5c255321


[FLINK-7094] Update outdated doc release 1.2 to latest stable release 1.3

This closes #72.


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

Branch: refs/heads/asf-site
Commit: a2ac3eb47b823358f23c78c6e450023fb9434565
Parents: 13fc61c
Author: zhangminglei <zm...@163.com>
Authored: Tue Jul 4 20:48:08 2017 +0800
Committer: zentol <ch...@apache.org>
Committed: Thu Aug 3 10:24:25 2017 +0200

----------------------------------------------------------------------
 content/q/stable-docs.html | 2 +-
 q/stable-docs.html         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/a2ac3eb4/content/q/stable-docs.html
----------------------------------------------------------------------
diff --git a/content/q/stable-docs.html b/content/q/stable-docs.html
index ed45390..65e99e0 100644
--- a/content/q/stable-docs.html
+++ b/content/q/stable-docs.html
@@ -25,6 +25,6 @@ under the License.
 -->
 <html>
   <head>      
-    <meta http-equiv="refresh" content="0; url=https://ci.apache.org/projects/flink/flink-docs-release-1.2/" />    
+    <meta http-equiv="refresh" content="0; url=https://ci.apache.org/projects/flink/flink-docs-release-1.3/" />
   </head>    
 </html>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/a2ac3eb4/q/stable-docs.html
----------------------------------------------------------------------
diff --git a/q/stable-docs.html b/q/stable-docs.html
index ed45390..65e99e0 100644
--- a/q/stable-docs.html
+++ b/q/stable-docs.html
@@ -25,6 +25,6 @@ under the License.
 -->
 <html>
   <head>      
-    <meta http-equiv="refresh" content="0; url=https://ci.apache.org/projects/flink/flink-docs-release-1.2/" />    
+    <meta http-equiv="refresh" content="0; url=https://ci.apache.org/projects/flink/flink-docs-release-1.3/" />
   </head>    
 </html>


[2/2] flink-web git commit: [FLINK-7215] Fix typo in FAQ page

Posted by ch...@apache.org.
[FLINK-7215] Fix typo in FAQ page

This closes #74.


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

Branch: refs/heads/asf-site
Commit: c5c255321b46706d0cc64f57ebb265168d4dbfe8
Parents: a2ac3eb
Author: Bowen Li <bo...@gmail.com>
Authored: Wed Jul 19 23:23:08 2017 -0700
Committer: zentol <ch...@apache.org>
Committed: Thu Aug 3 10:26:16 2017 +0200

----------------------------------------------------------------------
 content/faq.html | 2 +-
 faq.md           | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/c5c25532/content/faq.html
----------------------------------------------------------------------
diff --git a/content/faq.html b/content/faq.html
index d3cd79b..dd8a19e 100644
--- a/content/faq.html
+++ b/content/faq.html
@@ -237,7 +237,7 @@ different execution engines next to each other on a cluster.</p>
 
 <ul>
   <li>The JobManager (the master of the distributed system) starts a web interface
-to observe program execution. In runs on port 8081 by default (configured in
+to observe program execution. It runs on port 8081 by default (configured in
 <code>conf/flink-config.yml</code>).</li>
   <li>When you start a program from the command line, it will print the status
 changes of all operators as the program progresses through the operations.</li>

http://git-wip-us.apache.org/repos/asf/flink-web/blob/c5c25532/faq.md
----------------------------------------------------------------------
diff --git a/faq.md b/faq.md
index 75eaeb9..0173b17 100755
--- a/faq.md
+++ b/faq.md
@@ -61,7 +61,7 @@ different execution engines next to each other on a cluster.
 There are a multiple of ways to track the progress of a Flink program:
 
 - The JobManager (the master of the distributed system) starts a web interface
-to observe program execution. In runs on port 8081 by default (configured in
+to observe program execution. It runs on port 8081 by default (configured in
 `conf/flink-config.yml`).
 - When you start a program from the command line, it will print the status
 changes of all operators as the program progresses through the operations.