You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2015/06/04 20:11:48 UTC

flink git commit: [FLINK-1229][docs] Updated web client documentation - WebClient assembler class flag is '-c' (not 'assembler') - doc-building script is named 'build_docs.sh' (not '_build_docs.sh')

Repository: flink
Updated Branches:
  refs/heads/master f4195ac02 -> da8aa1089


[FLINK-1229][docs] Updated web client documentation
 - WebClient assembler class flag is '-c' (not 'assembler')
 - doc-building script is named 'build_docs.sh' (not '_build_docs.sh')


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

Branch: refs/heads/master
Commit: da8aa10891e178f006d254ffc05e5b4cdba0870a
Parents: f4195ac
Author: mjsax <mj...@informatik.hu-berlin.de>
Authored: Thu Jun 4 19:44:10 2015 +0200
Committer: Robert Metzger <rm...@apache.org>
Committed: Thu Jun 4 20:11:20 2015 +0200

----------------------------------------------------------------------
 docs/README.md          | 4 ++--
 docs/apis/web_client.md | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/da8aa108/docs/README.md
----------------------------------------------------------------------
diff --git a/docs/README.md b/docs/README.md
index c7e880b..206b04c 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -18,10 +18,10 @@ highlighting.
 
 # Build
 
-The `docs/_build_docs.sh` script calls Jekyll and generates the documentation in `docs/target`. You
+The `docs/build_docs.sh` script calls Jekyll and generates the documentation in `docs/target`. You
 can then point your browser to `docs/target/index.html` and start reading.
 
-If you call the script with the preview flag `_build_docs.sh -p`, Jekyll will start a web server at
+If you call the script with the preview flag `build_docs.sh -p`, Jekyll will start a web server at
 `localhost:4000` and watch the docs directory for updates. Use this mode to preview changes locally.
 
 # Contribute

http://git-wip-us.apache.org/repos/asf/flink/blob/da8aa108/docs/apis/web_client.md
----------------------------------------------------------------------
diff --git a/docs/apis/web_client.md b/docs/apis/web_client.md
index 16767c6..a548a6a 100644
--- a/docs/apis/web_client.md
+++ b/docs/apis/web_client.md
@@ -59,7 +59,7 @@ If the *“Show optimizer plan”* option is enabled (default), the *plan view*
 In case the jar's manifest file does not specify the program class, you can specify it before the argument list as:
 
 ```
-assembler <assemblerClass> <programArgs...>
+-c <assemblerClass> <programArgs...>
 ```
 
 ### Plan View