Repository: flink
Updated Branches:
  refs/heads/master fbea2da26 -> c1dba084a


[readme] Update links to IDE setup guide


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

Branch: refs/heads/master
Commit: c1dba084a4f6aaf29718db10032acd2551be7722
Parents: fbea2da
Author: Stephan Ewen <se...@apache.org>
Authored: Mon May 11 22:22:30 2015 +0200
Committer: Stephan Ewen <se...@apache.org>
Committed: Mon May 11 22:22:30 2015 +0200

----------------------------------------------------------------------
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/c1dba084/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a50f980..d3a47c7 100644
--- a/README.md
+++ b/README.md
@@ -60,7 +60,7 @@ The IntelliJ IDE supports Maven out of the box and offers a 
plugin for Scala dev
 * IntelliJ download: 
[https://www.jetbrains.com/idea/](https://www.jetbrains.com/idea/)
 * IntelliJ Scala Plugin: 
[http://plugins.jetbrains.com/plugin/?id=1347](http://plugins.jetbrains.com/plugin/?id=1347)
 
-Check out our [Setting up 
IntelliJ](https://github.com/apache/flink/blob/master/docs/internal_setup_intellij.md)
 guide for details.
+Check out our [Setting up 
IntelliJ](https://github.com/apache/flink/blob/master/docs/internals/ide_setup.md#intellij-idea)
 guide for details.
 
 ### Eclipse Scala IDE
 
@@ -68,13 +68,13 @@ For Eclipse users, we recommend using Scala IDE 3.0.3, 
based on Eclipse Kepler.
 we found it to be the version that works most robustly for a complex project 
like Flink.
 
 Further details, and a guide to newer Scala IDE versions can be found in the
-[How to setup 
Eclipse](https://github.com/apache/flink/blob/master/docs/internal_setup_eclipse.md)
 docs.
+[How to setup 
Eclipse](https://github.com/apache/flink/blob/master/docs/internals/ide_setup.md#eclipse)
 docs.
 
 **Note:** Before following this setup, make sure to run the build from the 
command line once
 (`mvn clean package -DskipTests`, see above)
 
 1. Download the Scala IDE (preferred) or install the plugin to Eclipse Kepler. 
See 
-   [How to setup 
Eclipse](https://github.com/apache/flink/blob/master/docs/internal_setup_eclipse.md)
 for download links and instructions.
+   [How to setup 
Eclipse](https://github.com/apache/flink/blob/master/docs/internals/ide_setup.md#eclipse)
 for download links and instructions.
 2. Add the "macroparadise" compiler plugin to the Scala compiler.
    Open "Window" -> "Preferences" -> "Scala" -> "Compiler" -> "Advanced" and 
put into the "Xplugin" field the path to
    the *macroparadise* jar file (typically 
"/home/*-your-user-*/.m2/repository/org/scalamacros/paradise_2.10.4/2.0.1/paradise_2.10.4-2.0.1.jar").

Reply via email to