You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2018/12/12 12:47:00 UTC

[flink-web] 03/03: Rebuild website

This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 1888efec851382f780a01e533d741632a929b748
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Wed Dec 12 13:46:32 2018 +0100

    Rebuild website
---
 content/contribute-code.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/contribute-code.html b/content/contribute-code.html
index 6e700e4..4927e36 100644
--- a/content/contribute-code.html
+++ b/content/contribute-code.html
@@ -460,7 +460,7 @@
   <li>IntelliJ Scala Plugin: <a href="http://plugins.jetbrains.com/plugin/?id=1347">http://plugins.jetbrains.com/plugin/?id=1347</a></li>
 </ul>
 
-<p>Check out our <a href="https://github.com/apache/flink/blob/master/docs/internals/ide_setup.md#intellij-idea">Setting up IntelliJ</a> guide for details.</p>
+<p>Check out our <a href="https://ci.apache.org/projects/flink/flink-docs-release-1.7/flinkDev/ide_setup.html#intellij-idea">Setting up IntelliJ</a> guide for details.</p>
 
 <h4 id="eclipse-scala-ide">Eclipse Scala IDE</h4>
 
@@ -468,14 +468,14 @@
 we found it to be the version that works most robustly for a complex project like Flink.</p>
 
 <p>Further details and a guide to newer Scala IDE versions can be found in the
-<a href="https://github.com/apache/flink/blob/master/docs/internals/ide_setup.md#eclipse">How to setup Eclipse</a> docs.</p>
+<a href="https://ci.apache.org/projects/flink/flink-docs-release-1.7/flinkDev/ide_setup.html#eclipse">How to setup Eclipse</a> docs.</p>
 
 <p><strong>Note:</strong> Before following this setup, make sure to run the build from the command line once
 (<code>mvn clean install -DskipTests</code>; see below).</p>
 
 <ol>
   <li>Download the Scala IDE (preferred) or install the plugin to Eclipse Kepler. See
-<a href="https://github.com/apache/flink/blob/master/docs/internals/ide_setup.md#eclipse">How to setup Eclipse</a> for download links and instructions.</li>
+<a href="https://ci.apache.org/projects/flink/flink-docs-release-1.7/flinkDev/ide_setup.html#eclipse">How to setup Eclipse</a> for download links and instructions.</li>
   <li>Add the “macroparadise” compiler plugin to the Scala compiler.
 Open “Window” -&gt; “Preferences” -&gt; “Scala” -&gt; “Compiler” -&gt; “Advanced” and put into the “Xplugin” field the path to
 the <em>macroparadise</em> jar file (typically “/home/<em>-your-user-</em>/.m2/repository/org/scalamacros/paradise_2.10.4/2.0.1/paradise_2.10.4-2.0.1.jar”).