Skip to content

Commit

Permalink
[quickstart] fix links to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mxm committed Mar 11, 2016
1 parent 5fbedff commit 9165393
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ public static void main(String[] args) throws Exception {
* and many more.
* Have a look at the programming guide for the Java API:
*
* http://flink.apache.org/docs/latest/programming_guide.html
* http://flink.apache.org/docs/latest/apis/batch/index.html
*
* and the examples
*
* http://flink.apache.org/docs/latest/examples.html
* http://flink.apache.org/docs/latest/apis/batch/examples.html
*
*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ object Job {
* and many more.
* Have a look at the programming guide:
*
* http://flink.apache.org/docs/latest/programming_guide.html
* http://flink.apache.org/docs/latest/apis/batch/index.html
*
* and the examples
*
* http://flink.apache.org/docs/latest/examples.html
* http://flink.apache.org/docs/latest/apis/batch/examples.html
*
*/

Expand Down

0 comments on commit 9165393

Please sign in to comment.