Repository: flink
Updated Branches:
  refs/heads/master a363308c0 -> 1ac0fb47a


[hotfix][doc] Fix typo in Scala Shell doc


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

Branch: refs/heads/master
Commit: 1ac0fb47afca87f174622c2289e03ac09f0b0461
Parents: a363308
Author: Aljoscha Krettek <aljoscha.kret...@gmail.com>
Authored: Sat Jun 6 18:39:29 2015 +0200
Committer: Aljoscha Krettek <aljoscha.kret...@gmail.com>
Committed: Sat Jun 6 18:39:29 2015 +0200

----------------------------------------------------------------------
 docs/scala_shell.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/1ac0fb47/docs/scala_shell.md
----------------------------------------------------------------------
diff --git a/docs/scala_shell.md b/docs/scala_shell.md
index 7d87e20..0ce070c 100644
--- a/docs/scala_shell.md
+++ b/docs/scala_shell.md
@@ -33,7 +33,7 @@ To use the shell with an integrated Flink cluster just 
execute:
 bin/start-scala-shell.sh 
 ~~~
 
-in your link directory.
+in the root directory of your binary Flink directory.
 
 To use it with a running cluster you can supply the host and port of the 
JobManager with:
 

Reply via email to